This is really ugly and you will absolutely need it if you'd like to json serialize form errors in Django. Why? Because you'd like to reply to an AJAX request and just pass trough the errors your form has generated.
simplejson itself is not able to serialize the ...
Just a quick note on the wonderful Juno framework, which I've been using for a small project. Sadly the documentation isn't quite clear when it comes to deployment with mod_wsgi. At least I had some head scratching while reading through the documentation and just had to figure out ...
I'm using mercurial as my SCM of choice. It's really easy to use and I love the possibility of branching with clones, because it just suites my workflow perfectly. But cloning is not the only way to coders branching heaven. You can also branch with bookmarks, create named ...
Back when I was coding with Ruby I mostly used Netbeans. It is a very nice IDE with lots of useful features. Code completion, VCS support, script debugging, aso. But the support for Python wasn't very good. This changed around Version. 6.7 of Netbeans and there is an ...