Popular recipes tagged "machine" but not "finite"http://code.activestate.com/recipes/tags/machine-finite/2010-07-15T17:54:17-07:00ActiveState Code Recipessimple state machine implementation (Python)
2010-07-15T17:54:17-07:00David Klaffenbachhttp://code.activestate.com/recipes/users/2007923/http://code.activestate.com/recipes/577308-simple-state-machine-implementation/
<p style="color: grey">
Python
recipe 577308
by <a href="/recipes/users/2007923/">David Klaffenbach</a>
(<a href="/recipes/tags/machine/">machine</a>, <a href="/recipes/tags/state/">state</a>).
</p>
<p>A very simple idiom for implementing a state machine.</p>