Re: [Tutor] Flow charts

2013-01-10 Thread Alan Gauld
On 10/01/13 02:26, Ed Owens wrote: First, please start a new thread for a new topic, don't reply to an existing one. Threaded mail/news readers are not fooled by a simple change of subject so your post gets buried deep in an old thread. Just create a brand new mail to the list address. Anyway.

Re: [Tutor] Flow charts

2013-01-09 Thread Dave Angel
On 01/09/2013 09:26 PM, Ed Owens wrote: > I'm working my way through Chun's book "Core Python Applications > Programming" and can't get one of the examples to actually work. In > trying to analyze the problem (good learning approach) I had troubles > understanding the interactions between the two

Re: [Tutor] Flow charts

2013-01-09 Thread Mitya Sirenef
On Wed 09 Jan 2013 09:26:15 PM EST, Ed Owens wrote: I'm working my way through Chun's book "Core Python Applications Programming" and can't get one of the examples to actually work. In trying to analyze the problem (good learning approach) I had troubles understanding the interactions between th

[Tutor] Flow charts

2013-01-09 Thread Ed Owens
I'm working my way through Chun's book "Core Python Applications Programming" and can't get one of the examples to actually work. In trying to analyze the problem (good learning approach) I had troubles understanding the interactions between the two classes of objects. As an old FORTRAN progr