A collection of design patterns and idioms in Python.

Sakis Kasampalis 98e901ae4b Merge pull request #2 from karlosmid/master пре 13 година
README.md 909cbb9beb Initial commit пре 13 година
abstract_factory.py 00028ad8b4 initial commit пре 13 година
adapter.py 00028ad8b4 initial commit пре 13 година
borg.py 00028ad8b4 initial commit пре 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 bf6ec5344f resolved utf-8 issue. Example now prints greek characters. пре 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