Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Mastering Python Design Patterns (Repost)

Posted By: enmoys
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