Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Python: Master the Art of Design Patterns

Posted By: tarantoga
Python: Master the Art of Design Patterns

Dusty Phillips, Sakis Kasampalis, Chetan Giridhar, "Python: Master the Art of Design Patterns"
English | ISBN: 1787125181 | 2016 | EPUB | 784 pages | 6 MB

About This Book

Learn all about abstract design patterns and how to implement them in Python 3
Understand the structural, creational, and behavioral Python design patterns
Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development
Discover how to simplify Design Pattern implementation using the power of Python 3

Who This Book Is For

If 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 Learn

Discover what design patterns are and how to apply them to writing Python
Implement objects in Python by creating classes and defining methods
Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface
Understand when to use object-oriented features, and more importantly when not to use them
Get to know proven solutions to common design issues
Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among others
Use Structural Design Patterns and find out how objects and classes interact to build larger applications
Improve the productivity and code base of your application using Python design patterns
Secure an interface using the Proxy pattern

In Detail

Python is an object-oriented scripting language that is used in everything from data science to web development. 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 exceptional Python. Start with the bedrock of Python programming – the objectoriented paradigm. Build your confidence as you learn Python syntax, and how to use OOP principles with Python tools such as Django and Kivy.

In the second module, run through the most common and most useful design patterns from a Python perspective. Enhance your professional abilities in in software architecture, design, and development.

In the final module, run through the more complex and less common design patterns, discovering how to apply them to Python coding with the help of real-world examples.

This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products:

Python 3 Object-Oriented Programming - Second Edition by Dusty Phillips
Learning Python Design Patterns - Second Edition by Chetan Giridhar
Mastering Python Design Patterns by Sakis Kasampalis