readable code

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 »