Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67034

Re: Coding a simple state machine in python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'compact': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'language.': 0.14; '24,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'recipes': 0.16; 'subject:simple': 0.16; 'url:submit': 0.16; 'wing': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'feb': 0.22; 'machine': 0.22; '>>>': 0.22; 'python?': 0.22; 'header:User-Agent:1': 0.23; '---': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-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; 'free': 0.61; 'viruses': 0.61; "you're": 0.61; 'here:': 0.62; 'making': 0.63; 'protection': 0.63; 'our': 0.64; 'antivirus': 0.68; 'url:search': 0.81; 'william': 0.81; '2014,': 0.84; 'received:2': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Coding a simple state machine in python
Date Tue, 25 Feb 2014 08:35:52 +0000
References <65ac9612-fd48-472a-b077-c802be96ece3@googlegroups.com> <mailman.7338.1393296954.18130.python-list@python.org> <mailman.7339.1393299066.18130.python-list@python.org> <leh95u$4aa$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-199-55.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
In-Reply-To <leh95u$4aa$1@dont-email.me>
X-Antivirus avast! (VPS 140224-1, 24/02/2014), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7347.1393317566.18130.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393317566 news.xs4all.nl 2864 [2001:888:2000:d::a6]:55023
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67034

Show key headers only | View raw


On 25/02/2014 05:19, 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 <abhishek1899@gmail.com> 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
>

Or several recipes on Activestate.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Coding a simple state machine in python Ronaldo <abhishek1899@gmail.com> - 2014-02-24 17:30 -0800
  Re: Coding a simple state machine in python Tim Daneliuk <tundra@tundraware.com> - 2014-02-24 19:46 -0600
  Re: Coding a simple state machine in python William Ray Wing <wrw@mac.com> - 2014-02-24 21:55 -0500
    Re: Coding a simple state machine in python Tim Daneliuk <tundra@tundraware.com> - 2014-02-24 21:27 -0600
    Re: Coding a simple state machine in python Tim Daneliuk <tundra@tundraware.com> - 2014-02-24 21:27 -0600
      Re: Coding a simple state machine in python alex23 <wuwei23@gmail.com> - 2014-02-25 15:19 +1000
        Re: Coding a simple state machine in python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-25 08:35 +0000
        Re: Coding a simple state machine in python Peter Otten <__peter__@web.de> - 2014-02-25 11:01 +0100
          Re: Coding a simple state machine in python alex23 <wuwei23@gmail.com> - 2014-03-03 14:49 +1000
  Re: Coding a simple state machine in python Peter Otten <__peter__@web.de> - 2014-02-25 11:04 +0100
    Re: Coding a simple state machine in python Marko Rauhamaa <marko@pacujo.net> - 2014-02-25 13:20 +0200
  Re: Coding a simple state machine in python Roy Smith <roy@panix.com> - 2014-02-24 20:54 -0500

csiph-web