Python tutorials

Installing Python 2.5 in Fedora 12 for Google App Engine

April 16th, 2010
This stupid install process gets me every time! How do you run Google App Engine which currently requires Python2.5 on a machine that has Python2.6 installed? This also goes for anybody trying to use Django with App-Engine. Read the rest of this entry »

Tips for readable python code

March 2nd, 2010

In this post I will try to explain some tricks I use to make python code more readable. These tips won’t make your code shorter and it won’t be better optimized, it will actually use more memory than before, but it will be much easier to understand and edit for someone else.
Read the rest of this entry »