Saturday, June 11, 2016

Mastering Python Design Patterns (Repost)




Mastering Python Design Patterns By Sakis Kasampalis
2015 | 212 Pages | ISBN: 1783989327 | EPUB + PDF (conv) | 3 MB



Create various design patterns to master the art of solving problems using Python
About This Book
Simplify design pattern implementation using the power of Python
Each pattern is accompanied with a real-world example demonstrating its key features
This is an easy-to-follow guide focusing on the practical aspects of Python design patterns
Who This Book Is For
This book is for Python programmers with an intermediate background and an interest in design patterns implemented in idiomatic Python. Programmers of other languages who are interested in Python can also benefit from this book, but it would be better if they first read some introductory materials that explain how things are done in Python.
What You Will Learn
Explore Factory Method and Abstract Factory for object creation
Clone objects using the Prototype pattern
Make incompatible interfaces compatible using the Adapter pattern
Secure an interface using the Proxy pattern
Choose an algorithm dynamically using the Strategy pattern
Extend an object without subclassing using the Decorator pattern
Keep the logic decoupled from the UI using the MVC pattern