gleitz
recommended this
Some excellent Python tools in a nutshell:
You have a Django project that you want to do automated deployment to both your staging and production environment (Fabric)
The project has several dependencies that need to be met at deploy time (pip)
The remote production environment disallows global site-package installation, so you need an isolated environment to install all dependencies (virtualenv)