🔵 Part 3: Daily Project Workflow¶
How to work on a professional Python project.
Complete all of Workflow 1 and Workflow 2 first.
While Working on the Project¶
Follow these steps when working on a professional Python project.
Important¶
- Always pull the latest changes before starting to avoid merge conflicts.
- Run, check, and build docs before each
git add-commit-push. - Make frequent commits when enhancing a project.