New Year's Python Meme

December 23, 2011
What is the coolest Python application, framework, or library youhave discovered in 2011?I started using Tox in all my projects this year. It's got to be one of thebest addition for testing multiple platforms and package versions.What new programming technique...
Read and Post Comments

Making Django's signals asynchronous with Celery

October 10, 2011
Update: A comment on the ticketI opened by Alex Gaynor brought up a point that I hadn't fully considered. It'sworth noticing before going further in this post and also worth pointing out mymonkey patch doesn't answer this question.After speaking with...
Read and Post Comments

My Vagrant Workflow

February 27, 2011
Vagrant is a command line tool for managing virtual machines aimed at virtualising your development environment. It is essentially a wrapper around Oracle's VirtualBox but a very good one. Getting started is really easy, there is a good quick start...
Read and Post Comments

Blogofile - rethinking simple websites

February 22, 2011
This website has gone through a number of different solutions over the years but during SiteSprint (II) I settled on a new site built with Mingus. Mingus offers a great feature set and is really well made (it makes use...
Read and Post Comments

Python Edinburgh

August 12, 2010
Python Edinburgh is user group for Pythonistas in (surprisingly) Edinburgh.This is a kick start of a group that died out unfortunately and only met once this year.Find out more at the new (but basic) websiteand follow us on twitter or...
Read and Post Comments

Testing your first Django app

January 20, 2010
This is my unofficial part five for the Django tutorial. I've attempted to write this in a similar style to the Django documentation and hopefully this will be useful for those looking for the next step after the tutorial or...
Read and Post Comments