Re: [Tutor] Python Best Practice/Style Guide question

2008-04-29 Thread Scott Sandeman-Allen
On 4/29/08, Marc Tompkins ([EMAIL PROTECTED]) wrote: >On Tue, Apr 29, 2008 at 9:22 AM, Scott SA <[EMAIL PROTECTED]> wrote: > >>- More than one space around an assignment (or other) operator to >> align it with another. >> > When the guy who invented the language >tells me I'm doing it wro

Re: [Tutor] Python CMS advice wanted

2007-11-27 Thread Scott Sandeman-Allen
On 11/27/07, jim stockford ([EMAIL PROTECTED]) wrote: >IMO: >my experience with cms systems is that there's a big >learning curve. you might have more fun (and be more >productive and maybe more creative) if you use the >available appropriate python modules and cobble >together your own site. Woa

Re: [Tutor] repeat

2007-11-17 Thread Scott Sandeman-Allen
On 11/17/07, bob gailer ([EMAIL PROTECTED]) wrote: >Michael wrote: >> Hi All >> >> This has probably been asked before but can I get some clarification on >> why Python does not have a repeat...until statement, and does that mean >> repeat...until is bad practice? I was trying to get Python on t