I wanted to test python27 on appengine so I have migrated my app from python25. Performance got more than 2x slower for every request! Then I\'ve returned to python25 and perfor
As far as I know, Python 2.7 should be faster than 2.5. However, there are some factors that can influence speeds:
These are the first 3 things that I came up with, but there are a lot of factors. Even the weather could in theory affect performance.