Mastering Python Design Patterns

Type
Book
Authors
Category
Python  [ Browse Items ]
Publication Year
2015 
Publisher
Pages
214 
Description
Create various design patterns to master the art of solving problems using PythonAbout This BookSimplify design pattern implementation using the power of PythonEach pattern is accompanied with a real-world example demonstrating its key featuresThis is an easy-to-follow guide focusing on the practical aspects of Python design patternsWho This Book Is ForThis 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 LearnExplore Factory Method and Abstract Factory for object creationClone objects using the Prototype patternMake incompatible interfaces compatible using the Adapter patternSecure an interface using the Proxy patternChoose an algorithm dynamically using the Strategy patternExtend an object without subclassing using the Decorator patternKeep the logic decoupled from the UI using the MVC patternIn DetailPython is an object-oriented, scripting language that is used in wide range of categories. In software engineering, a design pattern is a recommended solution to a software design problem. Although not new, design patterns remain one of the hottest topics in software engineering and they come as a ready reference for software developers to solve the common problems they face at work.This book will take you through each and every design pattern explained with the help of real-world examples. The aim of the book is to introduce more low-level detail and concepts on how to write Pythonic code, not just focusing on common solutions as implemented in Java and C++. It includes small sections on troubleshooting, best practices, system architecture, and its design aspects. With the help of this book, you will be able to understand Python design pattern concepts and the framework, as well as issues and their resolution. You'll focus on all 16 design patterns that are used to solve everyday problems. - from Amzon 
Number of Copies

REVIEWS (0) -

No reviews posted yet.

WRITE A REVIEW

Please login to write a review.