If you’re looking around the source for Django, and you’re wondering why arguments that might be named ‘class’ are named ‘klass’ instead of ‘cls’ or ‘class_’ per PEP 8 guidelines (e.g. here), you might be interested to know that the recommendation against ‘klass’ didn’t fully appear in PEP 8 until December, 2005. Prior to that, [...]
Posts tagged django
New domain and platform
After a lot of wrangling, I’ve finally given up on building my own blogging app based on James Bennett‘s coltrane and installed WordPress here at jeremy-boyd.com. There are three main reasons for this. The first is that I don’t have time to make coltrane a valid option for myself. Some features I’d like, such as [...]
Posts