Python in a safe environment for testing
Reading a post on Planet Geospatial by Sean Gillies, I found out that there is a great python package that allows you to run python in an isolated environment. That is really useful to install and play with libraries without breaking your main installation!
The package is called virtualenv and is available for installation with the [...]