Python Design Patterns

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

TODO

  • PROCESS PyOOP "The observer pattern" + "An observer example"
  • PROCESS PyOOP "The strategy pattern" + "A strategy example" + "Strategy in Python"
  • PROCESS PyOOP "The state pattern" + "A state example"
  • PROCESS PyOOP "State versus strategy"
  • PROCESS PyOOP "State transition as coroutines"
  • PROCESS PyOOP "The singleton pattern" + "Singleton implementation" + "Modules variables can mimic singletons"
  • PROCESS PyOOP "The template pattern" + "A template example"
  • PROCESS PyOOP "The adapter pattern"
  • PROCESS PyOOP "The facade pattern"
  • PROCESS PyOOP "The flyweight pattern"
  • PROCESS PyOOP "The command pattern"
  • PROCESS PyOOP "The abstract factory pattern"
  • PROCESS PyOOP "The composite pattern"

Patterns