Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 753 Bytes

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.