Archive for the 'Django' Category
Pimping out your .pythonrc.py
I don’t wanna be hatin’ on IPython, but I don’t use it. I often favor fairly extreme minimalism in computing. Why install something if you can accomplish the same (or good enough) with what you have available? IPython has quite a lot of features and syntactic-sugar, but it is overkill for my needs. Instead I’ve been slowly crafting my ~/.pythonrc.py […]
Learning Django with IPython
IPython is invaluable for learning Django if you don’t know much about Python or anything about object-oriented prgramming.