Popular recipes by Matt Jones http://code.activestate.com/recipes/users/4182764/popular/2013-09-12T19:50:06-07:00ActiveState Code RecipesState Machine Framework (AI) (Python) 2013-09-12T19:50:06-07:00Matt Joneshttp://code.activestate.com/recipes/users/4182764/http://code.activestate.com/recipes/578656-state-machine-framework-ai/ <p style="color: grey"> Python recipe 578656 by <a href="/recipes/users/4182764/">Matt Jones</a> (<a href="/recipes/tags/artificial_intelligence/">artificial_intelligence</a>, <a href="/recipes/tags/state_machine/">state_machine</a>). </p> <p>A simple state machine framework that could be used for AI or long processing operations. A simple example is provided as well.</p> <p>Python 3.2 required</p> Credit card number check (Python) 2013-08-12T14:11:25-07:00Matt Joneshttp://code.activestate.com/recipes/users/4182764/http://code.activestate.com/recipes/578202-credit-card-number-check/ <p style="color: grey"> Python recipe 578202 by <a href="/recipes/users/4182764/">Matt Jones</a> (<a href="/recipes/tags/validation/">validation</a>). Revision 2. </p> <p>Pass in the credit card number and the card type and get back a result with an explanation.</p>