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

Carl Banks pavlovevidence at gmail.com
Mon Feb 8 21:55:17 EST 2010


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



More information about the Python-list mailing list