G+_egbie anderson Posted May 24, 2014 Share Posted May 24, 2014 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 More sharing options...
G+_Jayunderwood Kent Posted May 24, 2014 Share Posted May 24, 2014 thanks helps a lot especially since I am a python lover and always looking for ways to improve my python coding abilities Link to comment Share on other sites More sharing options...
G+_L I Posted May 26, 2014 Share Posted May 26, 2014 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 More sharing options...
G+_egbie anderson Posted May 27, 2014 Author Share Posted May 27, 2014 Lionel D I too love list comprehensions ever since I discovered that there faster then appending objects to a list using a normal for loop Link to comment Share on other sites More sharing options...
Recommended Posts