Development tools and practices for Pythonistas

Shawn Milochik shawn at milochik.com
Fri Apr 29 23:49:00 EDT 2011


Depends on the project, but I'd start with git the time I created the 
first file in my project. If you're in the habit of committing then you 
can easily rollback missteps. If you're in the habit of making branches 
you can experiment without breaking the currently-working code.





More information about the Python-list mailing list