Home
Table of Contents¶
Task | Recommended Tool | Content |
---|---|---|
1. Run Scripts from Command Line |
|
|
2. Version Control Your Code | Git | |
3. Edit and Debug Your Code | VS Code | |
4. Manage Your Python Version | Mambaforge | |
5. Manage Your Python Package Versions | Poetry |
Overview¶
To have a good environment setup, you must have tools to efficiently perform the following 5 tasks:
- Run scripts from command line
- Version control your code
- Edit and debug your code
- Manage the Python version you use to run your code
- Manage the Python package versions you use to run your code
A good environment setup is key to many things including:
- Team collaboration
- Production Readiness
- Time saving
In this site, tool recommendations, install/ configuration instructions and common commands are provided to ensure you can easily create a setup you'll love.
For more details see the following Medium Article: