[Tutor] My First Python Program

alan.gauld@bt.com alan.gauld@bt.com
Tue, 8 Oct 2002 10:53:27 +0100


> Obviously I want to improve that (it's a bit like tinkering with a car
> engine at times) so I was wondering if there's anywhere we can present
> small programs and say "tell me how I can make this better"?

Sure if they really are small - say ~100 lines or so?

But first why not play with the Python profiler and see 
where the time is being spent. That might give you some 
clues as to whjoch bits of your code need tightening up...

Alan g.