Skip to content

🟠 Workflow 2: Set Up Project (Once per Project)

How to set up a professional Python project.

Complete all of Workflow 1 first.


Steps

  1. Start in GitHub to Get a New Repository
  2. Enable GitHub Pages
  3. Clone the Repository To Your Machine
  4. Open the Project in VS Code (and Install Recommended VS Code Extensions)
  5. Set up Project Python Environment (managed by uv)
  6. Verify

Important

  • These tasks are critical.
  • Follow the steps carefully and in order.

Pronounce Key Files and Folders Correctly

  • When you see .gitignore, say "Dot Git Ignore" file.
  • When you see .venv, say "Dot V E N V" folder.
  • When you see README.md, say "READ ME Dot M D" file.