A collection of design patterns and idioms in Python.

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

README.md

python-patterns

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