Re: [Tutor] Operation Speed Question

2011-11-26 Thread Peter Otten
Charles Karl Becker wrote: http://wiki.python.org/moin/PythonSpeed#Takeadvantageofinterpreteroptimizations%E2%80%8C%E2%80%8Bthis > is a link I found concerning optimizing the speed of python code. Is > anyone familiar with an article or wiki such as this that may cover the > changes that took pla

[Tutor] Operation Speed Question

2011-11-25 Thread Charles Karl Becker
Dear Pythonistas, http://wiki.python.org/moin/PythonSpeed#Takeadvantageofinterpreteroptimizations%E2%80%8C%E2%80%8Bthis is a link I found concerning optimizing the speed of python code. Is anyone familiar with an article or wiki such as this that may cover the changes that took place in Py3K? An