https://github.com/venthur/design-patterns
Design Patterns
https://github.com/venthur/design-patterns
Last synced: 8 months ago
JSON representation
Design Patterns
- Host: GitHub
- URL: https://github.com/venthur/design-patterns
- Owner: venthur
- Created: 2012-10-08T12:40:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T12:44:39.000Z (over 13 years ago)
- Last Synced: 2025-01-11T20:17:19.343Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
Collection of design patterns found in the Book: "Head First Design Patterns"
by Eric Freeman, Elisabeth Freeman, Kathy Sierra, and Bert Bates.
I tried to implement the examples as they where in the book if possible. They
are not very pythonic yet which should be fixed.