Python implementation of GOF Design Patterns (Gang of Four)
Design Pattern | About | Implementation |
---|---|---|
Factory Method | Factory Method Wikipedia | Factory Method Python Implementation |
Singleton | Singleton Wikipedia | Singleton Python Implementation |
Strategy | Strategy Wikipedia | Strategy Python Implementation |
Observer | Observer Wikipedia | Observer Implementation |
State | State Wikipedia | State Implementation |