1. EuroPython 2011: Simone Federici on Django Productivity Tips and Tricks

    Links: Talk description, video and slides


    Know the environment

    Use Linux with the "Terminator" shell.

    Use a version control system.

    Use virtualenv, for managing different versions of Python and dependencies, e.g.

    virtualenv path --python=python2.7 --no-sites-packages
    system libs: ./configure --prefix=envpath ; export LD_LIBRARY_PATH=envpath/lib
    

    Use yolk, handy …

    read more
  2. Couple of thoughts on EuroPython 2011

    Taking a break from writing up my notes into blog posts to share a few general thoughts about the conference.

    General feeling: Woohooooo! This was a fantastic week, I learnt a ton and met an amazing amount of awesome people. If you're here because I gave you one of my …

    read more

links

social