An open API service indexing awesome lists of open source software.

https://github.com/venthur/design-patterns

Design Patterns
https://github.com/venthur/design-patterns

Last synced: 3 months ago
JSON representation

Design Patterns

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.