A collection of textbook design patterns written in Python. Examples are taken from:
Title: Head First Design Patterns
Author(s): Eric Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra
Release date: October 2004
Publisher(s): O'Reilly Media, Inc.
ISBN: 9780596007126
No affiliation with either the authors of the book or publisher. The repository is used as a personal reference.
Patterns:
- Strategy
- Observer
- Decorator
- Factory
- Singleton
- Command
- Adapter and Facade
- Template Method
- Iterator and Composite
- State
- Proxy
- Compound