Python Design Patterns: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 3: | Line 3: | ||
=TODO= | =TODO= | ||
<font color=darkkhaki> | <font color=darkkhaki> | ||
* 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" | |||
</font> | |||
=Patterns= | =Patterns= | ||
* [[Python Decorators#Overview|The Decorator Pattern]] | * [[Python Decorators#Overview|The Decorator Pattern]] |