Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'compact': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '24,': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:simple': 0.16; 'url:submit': 0.16; 'wing': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'written': 0.21; 'feb': 0.22; 'machine': 0.22; '>>>': 0.22; 'python?': 0.22; 'header:User- Agent:1': 0.23; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'tim': 0.29; 'url:%3a': 0.30; '8:30': 0.31; '>>>>': 0.31; 'ray': 0.31; 'url:python': 0.33; 'no,': 0.35; 'url:org': 0.36; 'too': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'bill': 0.39; 'url:action': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'easy': 0.60; "you're": 0.61; 'here:': 0.62; 'making': 0.63; 'url:search': 0.81; 'william': 0.81; '2014,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: Coding a simple state machine in python Date: Tue, 25 Feb 2014 11:01:24 +0100 Organization: None References: <65ac9612-fd48-472a-b077-c802be96ece3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: p57bdad84.dip0.t-ipconnect.de User-Agent: KNode/4.7.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393322496 news.xs4all.nl 2844 [2001:888:2000:d::a6]:38980 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67036 alex23 wrote: > On 25/02/2014 1:27 PM, Tim Daneliuk wrote: >> On 02/24/2014 08:55 PM, William Ray Wing wrote: >>> On Feb 24, 2014, at 8:30 PM, Ronaldo wrote: >>>> How do I write a state machine in python? > >> >>> Stackoverflow has a couple of compact examples here: >> >> Now you're making it TOO easy Bill ;) > > No, the _easy_ solution is: > > https://pypi.python.org/pypi?%3Aaction=search&term=state++machine&submit=search Easy? By the time I have evaluated these I've written my own ;)