Jump to content

All though the python module has ended I just wanted to post a link to a site on how to succesful...


G+_egbie anderson
 Share

Recommended Posts

All though the python module has ended I just wanted to post a link to a site on how to succesful optimised your python code. I know there are alot of people who love the language python. Myself included.

 

This can also been used by beginners, intermediate or advanced python programmers

https://wiki.python.org/moin/PythonSpeed/PerformanceTips

Link to comment
Share on other sites

Yes - specifically the locals() tip is something I've wanted to look into for using with string.format(). Also the xrange() tip is definitely good to know. I'm also glad that my fondness for list comprehensions was actually for the greater good :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...