A collection of design patterns and idioms in Python.

Beto Boullosa 134c9980f2 Zip parameters were reversed 12 years ago
README.md 909cbb9beb Initial commit 13 years ago
abstract_factory.py 00028ad8b4 initial commit 13 years ago
adapter.py 00028ad8b4 initial commit 13 years ago
borg.py b20923edf6 fixed a borg bug 13 years ago
bridge.py 00028ad8b4 initial commit 13 years ago
builder.py 00028ad8b4 initial commit 13 years ago
chain.py 00028ad8b4 initial commit 13 years ago
command.py 00028ad8b4 initial commit 13 years ago
composite.py 00028ad8b4 initial commit 13 years ago
decorator.py 00028ad8b4 initial commit 13 years ago
facade.py 00028ad8b4 initial commit 13 years ago
factory_method.py 7b5d9fbd98 formatting improvements 13 years ago
flyweight.py 00028ad8b4 initial commit 13 years ago
graph_search.py 6f2757571c Create graph_search.py 12 years ago
iterator.py 134c9980f2 Zip parameters were reversed 12 years ago
mediator.py 00028ad8b4 initial commit 13 years ago
memento.py 00028ad8b4 initial commit 13 years ago
null.py 00028ad8b4 initial commit 13 years ago
observer.py 00028ad8b4 initial commit 13 years ago
pool.py 2f0ae88eb1 python 2.x/3.x compatibility change 13 years ago
prototype.py 00028ad8b4 initial commit 13 years ago
proxy.py 96ca20f4b0 changed wrong logic for checkig busy attribute 13 years ago
state.py 00028ad8b4 initial commit 13 years ago
strategy.py 00028ad8b4 initial commit 13 years ago
template.py 00028ad8b4 initial commit 13 years ago
visitor.py bcaa897f80 visitor to python3 13 years ago

README.md

python-patterns

A collection of design patterns implemented (by other people) in python