Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 316 Bytes

File metadata and controls

19 lines (16 loc) · 316 Bytes

#Python-Lecture

Python Design Patterns

  1. Strategy
  2. Observer
  3. Decorator
  4. Factory
  5. Singleton
  6. Command
  7. Adapter
  8. Facade
  9. Template method
  10. Composite
  11. Status pattern
  12. Combining patterns