Home > Design-Patterns-in-Python

Design-Patterns-in-Python

Design-Patterns-in-Python is a project mainly written in Python, it's free.

I will create the most popular dessign patterns in Python. Each dessign pattern will have a unit test file related.

New Markup for my README @autor : Moises Vega @date : 15 July 2011 @version : v0.1

The choice of implementation language affects the use of design patterns. Naturally some languages are better applicable for different tasks than others. Each language has its own set of strengths and weaknesses. In this paper we implement some of the better known design patterns in Python, whose object model is quite different from that of conventional object-oriented languages. Thus we acquire some insight into the generality of the patterns in the context of Python.

Design Patterns in Python

The following markups are supported. The dependencies listed are required if you wish to run the library.

  • Singleton.
  • Factory.
  • Strategy.
Previous:2729