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

Alan Gauld <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]>
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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to