elciclon / hfdp-python

Head First Design Patterns Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hfdp-python

Head First Design Patterns Python

Trying to port the cool patterns showcased at the awesome book 'Head First Design Patterns' to Python.

So far, I've got covered the following patterns:

  • Strategy
  • Observer
  • Decorator
  • Factory
  • Singleton
  • Command
  • Adapter
  • Facade
  • Template method
  • Composite
  • Status pattern
  • Combining patterns

About

Head First Design Patterns Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%