Python Logic Map/Logic Flow Chart. (Example Provided)

Jean-Michel Pichavant jeanmichel at sequans.com
Tue Feb 9 05:25:42 EST 2010


Carl Banks wrote:
> On Feb 8, 12:20 pm, spike <pwashingto... at gmail.com> wrote:
>   
>> Has anyone been able to come across a Python logic map or Python logic
>> flow chart?
>>
>> An example can be seen on the right under History:http://en.wikipedia.org/wiki/Usenet#History
>>
>> This would be very helpful for all users.
>>     
>
>
> Begin
>   |
>   |
>   V
> Start Editor
>   |
>   |
>   V
> Write Code <----+
>   |             |
>   |             |
>   V             |
> Run Python      |
>   |             |
>   |             | No.
>   V             |
> Did it do what you want?
>   |
>   | Yes.
>   |
>   V
> Stop.
>
>
> HTH.
>
>
> Carl Banks
>   

I use this one:

Begin
  |
  |
  V
Start Mail client
  |
  |
  V
Ask python-list <-----+
  |                   |
  |                   |
  V            what a bunch of dumbass       
wait 2 min            |
  |                   |
  |                   | No.
  V                   |
Did you get any answer ?
  |
  | Yes.
  |
  V
Stop.



JM



More information about the Python-list mailing list