Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Learning Python Design Patterns
Unavailable
Learning Python Design Patterns
Unavailable
Learning Python Design Patterns
Ebook169 pages1 hour

Learning Python Design Patterns

Rating: 4 out of 5 stars

4/5

()

Currently unavailable

Currently unavailable

About this ebook

In Detail

Design pattern is a well-known approach to solve some specific problems which each software developer comes across during his work. Design patterns capture higher-level constructs that commonly appear in programs. If you know how to implement the design pattern in one language, typically you will be able to port and use it in another object-oriented programming language.

The choice of implementation language affects the use of design patterns. Naturally, some languages are more applicable for certain tasks than others. Each language has its own set of strengths and weaknesses. In this book, we introduce some of the better known design patterns in Python. You will learn when and how to use the design patterns, and implement a real-world example which you can run and examine by yourself.

You will start with one of the most popular software architecture patterns which is the Model- View-Controller pattern. Then you will move on to learn about two creational design patterns which are Singleton and Factory, and two structural patterns which are Facade and Proxy. Finally, the book also explains three behavioural patterns which are Command, Observer, and Template.

Approach

This book takes a tutorial-based and user-friendly approach to covering Python design patterns. Its concise presentation means that in a short space of time, you will get a good introduction to various design patterns.

Who this book is for

If you are an intermediate level Python user, this book is for you. Prior knowledge of Python programming is essential. Some knowledge of UML is also required to understand the UML diagrams which are used to describe some design patterns.

LanguageEnglish
Release dateNov 25, 2013
ISBN9781783283385
Unavailable
Learning Python Design Patterns
Author

Gennadiy Zlobin

Gennadiy Zlobin works as a lead software engineer in a Russian music service, Zvooq.ru. He has been using Python as primary language for more than four years, enjoying its elegance and power on a daily basis. His professional interests include highload software architectures, good engineering practices, Android OS, and natural language processing.He previously worked for a company who had the first search engine in Russia, Rambler. He was involved in an airline tickets meta search service and Rambler’s index page.

Related to Learning Python Design Patterns

Related ebooks

Programming For You

View More

Related articles

Reviews for Learning Python Design Patterns

Rating: 3.75 out of 5 stars
4/5

4 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    great book