[Tutor] What techniques should I use to make my code run faster?Informational

anil maran anilmrn at yahoo.com
Thu Aug 10 01:17:58 CEST 2006


http://jaynes.colorado.edu/PythonIdioms.html#idioms_efficient

Alan Gauld <alan.gauld at freenet.co.uk> wrote: Hi Anil,

It looks like you found the info below somewhere, it would be
nice to credit the source and if possible provide a URL - not
least so we can all bookmark it and see if it gets updated
over time?... :-)

Thanks for posting,

Alan G.

----- Original Message ----- 
From: "anil maran" 
To: 
Sent: Wednesday, August 09, 2006 11:16 PM
Subject: [Tutor] What techniques should I use to make my code run 
faster?Informational


>      What techniques should I use to make my code run faster?
Always profile before you optimize for speed.   You should always
optimize for readability first: it's easier to tune readable code than
to read 'optimized' code, etc....



 		
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060809/76f67263/attachment.htm 


More information about the Tutor mailing list