On Sep 12, 4:39 pm, Peng Yu <pengyu...@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 -- http://mail.python.org/mailman/listinfo/python-list