Python
cx_Freeze and PySide on Mac
I'd had success using py2app for building Mac binaries for distribution but wanted to give cx_Freeze a
Web Hosting
Pelicans on Webfaction
As mentioned in the previous post, I recently migrated this site over to the very clever Pelican. Setting it up
Django
Django AJAX threaded-comments using jQuery
Upgrade threaded comments using mptt to allow AJAX submission of comments and update the template - without any backend hacking of
Tutorials
Syntax highlighting with Django and Markdown
Syntax highlighting is more than just eye candy. It can turn a block of impenetrable code into something more readable.
Tutorials
Django Threaded Comments
Django ships with it's own comments contrib app that provides commenting on arbitrary models. However this is a