-
Notifications
You must be signed in to change notification settings - Fork 4
Design Patterns
Structure and Interpretation of Computer Programs edited this page Nov 30, 2019
·
4 revisions
- faif's python-patterns
- PyPattyrn - https://www.reddit.com/r/Python/comments/52lq5v/pypattyrn_a_python_package_i_created_to_make/
- Design Pattern Templates for Python.
- A collection of design patterns/idioms in Python
- Factory design pattern snippet
- Ariel Ortiz Design Patterns in Python for the Untrained Eye - PyCon 2019
The essence of software design is abstraction.
-- Harold Abelson, "Structure and Interpretation of Computer Programs"