Result: Python: Master the Art of Design Patterns
copyrighted
https://international.scholarvox.com/book/88843551
https://static2.cyberlibris.com/books_upload/136pix/9781787123403.jpg
1268808080
From OAIsterĀ®, provided by the OCLC Cooperative.
Further Information
Ensure your code is sleek, efficient and elegant by mastering powerful Python design patternsAbout This BookLearn all about abstract design patterns and how to implement them in Python 3Understand the structural, creational, and behavioral Python design patternsGet to know the context and application of design patterns to solve real-world problems in software architecture, design, and application developmentDiscover how to simplify Design Pattern implementation using the power of Python 3Who This Book Is ForIf you have basic Python skills and wish to learn in depth how to correctly apply appropriate design patterns, this course is tailor made for you.What You Will LearnDiscover what design patterns are and how to apply them to writing PythonImplement objects in Python by creating classes and defining methodsSeparate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interfaceUnderstand when to use object-oriented features, and more importantly when not to use themGet to know proven solutions to common design issuesExplore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among othersUse Structural Design Patterns and find out how objects and classes interact to build larger applicationsImprove the productivity and code base of your application using Python design patternsSecure an interface using the Proxy patternIn DetailPython is an object-oriented scripting language that is used in everything from data science to web development. Known for its simplicity, Python increases productivity and minimizes development time. Through applying essential software engineering design patterns to Python, Python code becomes even more efficient and reusable from project to project.This learning path takes you through every traditional and advanced design pattern best applied to Python code, building your skills in writing exc