Month: August 2009
-
Dynamic List is a browser-based outliner.
-
A quick thought … working with a lot of Django and Pinax at the moment, I’m seeing a lot of use of Python’s varargs. Functions that just take *argv, **kwargs I find I don’t like this. I want to see argument lists as explicit as possible. I feel uncomfortable and a bit lost. I feel…