This is just a reminder that are two Python courses in early May
in Leipzig Germany.
Python for Programmers (May 7 - 9 2010,
http://www.python-academy.com/courses/python_course_programmers.html)
directly followed by
Optimizing and Extending Python with Other Languages (May 10 - 11 2010,
http://
What is virtualenvwrapper
=
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
What is virtualenvwrapper.project
=
virtualenvwrapper.project_ is a plugin for virtualenvwrapper_ to
extend its project-management features. Where virtualenvwrapper is
for managing virtualenv_ environments, project manages your
development source directories.
Fea
What is virtualenvwrapper.bitbucket
===
virtualenvwrapper.bitbucket_ is a template for
virtualenvwrapper.project_ to extend its project-management features.
It automatically clones a BitBucket_ repository when creating a new
project directory.
Refer to http://www.