Author Archives: Chris Heisel

Python complexity highlighling in Vim

Python complexity highlighling in Vim – If you needed a reason to use Vim, this is it. And it is hot. Hot.

Posted in Blogmarks | Comments Off on Python complexity highlighling in Vim

Why I like Redis

Why I like Redis – Redis is a sexy key/value store, similar to memcache but suited for more of a no-SQL application. I like how Simon is using it for offline data processing and transformation.

Posted in Blogmarks | Comments Off on Why I like Redis

“The Office”, deeper than you may think

"The Office", deeper than you may think – A great, and long, analysis that feel unsettlingly accurate

Posted in Blogmarks | Comments Off on “The Office”, deeper than you may think

Django at the AJC

Django at the AJC – Zellyn gave a great recap of all the Django work we've done at the AJC for the Python Atlanta Users Group.

Posted in Blogmarks | Comments Off on Django at the AJC

Setup Django with mod_wsgi on your Mac

Logged for your pleasure, and mine: the steps I went through to setup mod_wsgi on my Mac for local development of Django apps. Continue reading

Posted in Django, Programming, Python | 4 Comments