Development tools and practices for Pythonistas
Shawn Milochik
shawn at milochik.com
Fri Apr 29 23:49:00 EDT 2011
More information about the Python-list mailing list
Fri Apr 29 23:49:00 EDT 2011
- Previous message (by thread): Development tools and practices for Pythonistas
- Next message (by thread): Development tools and practices for Pythonistas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Development tools and practices for Pythonistas
- Next message (by thread): Development tools and practices for Pythonistas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list