Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip
by ssk
For the modern Python programmer, some of the most important tools to aid in reduced complexity and repetition are virtualenv, Fabric, and pip. Although these tools have no strict relationship (in the sense that many people may use one or two of these tools often, yet aren't even aware of the others), they form a powerful suite when combined. An excellent example is the following:
via clemesha.org
モダンな pythonista 向け。

