Re: [Tutor] What kind of approach

2007-03-27 Thread Alan Gauld
"Utkarsh Tandon" <[EMAIL PROTECTED]> wrote > Alan Gauld wrote: >> Thats a very long winded and difficult way to do a fairly simple >> Python task. Don't try to write Python like a C programmer. > > I'm really new to python. And I don't have much experience in > programming either Ok, My mista

Re: [Tutor] What kind of approach

2007-03-26 Thread Utkarsh Tandon
Allan Gauld wrote: > Thats a very long winded and difficult way to do a fairly simple > Python task. Don't try to write Python like a C programmer. I'm really new to python. And I don't have much experience in programming either So umm, what kind of approach should I have when coding programs in P