We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9d28a commit 962c59eCopy full SHA for 962c59e
source-code/design-patters/README.md
@@ -10,5 +10,7 @@ Code to illustrate some design patterns in Python.
10
can be used to conveniently construct many objects with the same properties.
11
1. `finite-state-parser`: illustration of object-oriented data
12
representation and the state pattern.
13
+1. `iterator_design_pattern.ipynb`: illustration of the iterator design pattern
14
+ (as well as the factory pattern).
15
1. `strategy_design_pattern.ipynb`: notebook illustrating how a strategy
16
design pattern can simplify simulations.
source-code/design-patters/iterator_design_pattern.ipynb
0 commit comments