Re: [Tutor] code structure terminology and advice

2009-07-22 Thread Che M
> To: tutor@python.org > From: alan.ga...@btinternet.com > Date: Wed, 22 Jul 2009 08:46:04 +0100 > Subject: Re: [Tutor] code structure terminology and advice > > > "Che M" wrote > > You pretty much answered your own question. > > The ultima

Re: [Tutor] code structure terminology and advice

2009-07-22 Thread Glen Zangirolami
Che, You should check out the python styling guide here. It give examples about how to write python code. PEP 8 -- Style Guide for Python Code Hope this helps! ___ Tutor maillist - Tutor@python.org http://mai

Re: [Tutor] code structure terminology and advice

2009-07-22 Thread Alan Gauld
"Che M" wrote You pretty much answered your own question. The ultimate answer depends on a few other contextual issues. Q1) Generally, what is the best structure for when there are a number of steps/actions that need to be taken? A sequence! :-) Q2) Is there a term/some jargon in prog