Description: Bits of Python news
Bits of Python news
A finite state machine (FSM) implementation inspired by jakegordon’s popular js library ( https://github.com/jakesgordon/javascript-state-machine/ )
FSM is useful in many situations http://stackoverflow.com/questions/255797/uses-for-state-machines and it’s also a quick way to impress your boss :)