Tag Archives: python

Python configuration

At $WORK, there is a program that uses Python as its configuration. Leaving aside the moment of whether or not this is a good idea, I wanted to look at how it does this. All the program really needs is … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

django & appengine

Last night I went to j4amie‘s brightonpy talk Python and Django for PHP Refugees (slides). It was a really good talk, though I knew most of the Python stuff. The django intro was great however. What I was really interested … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

Python Indentation

I like Python’s notion of using indentation instead of braces. All it does is force you to be consistent with yourself. Not a big deal, and it produces very reasonable code. I was very amused to see this however: % … Continue reading

Posted in Uncategorized | Tagged , | Comments Off