Skip to content

🔵 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.

  1. Git pull
  2. Run and check
  3. Build and serve docs
  4. Git add-commit-push
  5. Update project files

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.