A collection of design patterns and idioms in Python.

Sakis Kasampalis b20923edf6 fixed a borg bug 13 lat temu
README.md 909cbb9beb Initial commit 13 lat temu
abstract_factory.py 00028ad8b4 initial commit 13 lat temu
adapter.py 00028ad8b4 initial commit 13 lat temu
borg.py b20923edf6 fixed a borg bug 13 lat temu
bridge.py 00028ad8b4 initial commit 13 lat temu
builder.py 00028ad8b4 initial commit 13 lat temu
chain.py 00028ad8b4 initial commit 13 lat temu
command.py 00028ad8b4 initial commit 13 lat temu
composite.py 00028ad8b4 initial commit 13 lat temu
decorator.py 00028ad8b4 initial commit 13 lat temu
facade.py 00028ad8b4 initial commit 13 lat temu
factory_method.py 7b5d9fbd98 formatting improvements 13 lat temu
flyweight.py 00028ad8b4 initial commit 13 lat temu
iterator.py 00028ad8b4 initial commit 13 lat temu
mediator.py 00028ad8b4 initial commit 13 lat temu
memento.py 00028ad8b4 initial commit 13 lat temu
null.py 00028ad8b4 initial commit 13 lat temu
observer.py 00028ad8b4 initial commit 13 lat temu
pool.py 00028ad8b4 initial commit 13 lat temu
prototype.py 00028ad8b4 initial commit 13 lat temu
proxy.py 00028ad8b4 initial commit 13 lat temu
state.py 00028ad8b4 initial commit 13 lat temu
strategy.py 00028ad8b4 initial commit 13 lat temu
template.py 00028ad8b4 initial commit 13 lat temu
visitor.py bcaa897f80 visitor to python3 13 lat temu

README.md

python-patterns

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