Packages

TwitterFacebook
Get flash to fully experience Pearltrees

Fabric

About http://docs.fabfile.org/en/1.6/
http://www.lfd.uci.edu/~gohlke/pythonlibs/ by Christoph Gohlke , Laboratory for Fluorescence Dynamics , University of California, Irvine . This page provides 32- and 64-bit Windows binaries of many scientific open-source extension packages for the official CPython distribution of the Python programming language. The files are unofficial (meaning: informal, unrecognized, personal, unsupported) and made available for testing and evaluation purposes. If downloads fail : reload this page, enable JavaScript, disable download managers, disable proxies, and use Firefox. Please only download files as needed. Most binaries are built from source code found on PyPI or in the projects public revision control systems.

Python Extension Packages for Windows

Optimisation

Documentation

Science

Web/Network

GUI

Platform

News pygame summer project updates 2012 - Jun 10, 2012 Pygame Google Summer of Code, 2012. - May 25, 2012 Thanks to the students, and mentors donating their time, along with the PSF, and Google, the following pygame related projects are ongoing over the summer. "Pygame: GUI toolkit" by Sam Bull (sambull), mentored by Mike Fletcher(mcfletch) and with backup mentor Robert Deaton (masquerade). ( Proposal | Blog ) http://www.pygame.org/news.html

Pygame

virtualenv

Changes & News | Mailing list | Issues | Github | PyPI | irc:#pip What It Does virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. http://www.virtualenv.org/en/latest/
http://virtualenvwrapper.readthedocs.org/en/latest/ virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. Features Organizes all of your virtual environments in one place. Wrappers for managing your virtual environments (create, delete, copy).

virtualenvwrapper

http://sametmax.com/les-environnement-virtuels-python-virtualenv-et-virtualenvwrapper/ Quand on commence à beaucoup programmer, on accumule rapidement plusieurs projets en cours de développement sur sa machine. Certains vieux, certains récents, qui utilisent tous des bibliothèques similaires, mais pas forcément de mêmes versions. Ou parfois des bibliothèques incompatibles.

Les environnements virtuels Python : virtualenv et virtualenvwrapper

http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ July 05, 2009 In the jargon of the computer programmer, a hacker is someone who strives to solve problems in elegant and ingenious ways. Part of the path to elegantly solving larger problems is to use tools that solve sub-problems very well. For the modern Python programmer, some of the most important tools to aid in reduced complexity and repetition are virtualenv , Fabric , and pip .

Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip - electronic.habitat : alex.clemesha