Finite state machine in python

CTO debatem1 at gmail.com
Sun Sep 13 00:58:55 EDT 2009


On Sep 12, 4:39 pm, Peng Yu <pengyu... at gmail.com> wrote:
> Hi,
>
> I have see some discussion on the implementation of finite state
> machine in python. Can somebody point to me the best way in implenting
> an FSM in python?
>
> http://code.activestate.com/recipes/146262/
>
> Regards,
> Peng

I wrote an example of how to do it using Graphine a while back.
Probably not the most efficient in the world, but pretty easy
to read, and it allows you to add and remove states and transitions
easily.

URL: http://gitorious.org/graphine/pages/GraphineForPythonistas

Geremy Condra



More information about the Python-list mailing list