In this page I document my way of a good way of working with Python.
I work in virtalenv envrionments.
I install Python eggs using pip from PyPi.
- no more RPMs for me, and pip is much better than easy_install
use yolk to find out info about an egg
Look again at RPMs?
http://mrtopf.de/blog/python_zope/a-small-introduction-to-python-eggs/
I maintain my projects on GitHub.
Bit Bucket?
TODO: set up a highly optimised and interactive, but still light weight dev environment:
- Wings
- Vim
- not Eclipse?
TODO: choose a tool for deployment.
Other links:
