🟠Workflow 2: Set Up Project (Once per Project)¶
How to set up a professional Python project.
Complete all of Workflow 1 first.
Steps¶
- Start in GitHub to Get a New Repository
- Enable GitHub Pages
- Clone the Repository To Your Machine
- Open the Project in VS Code (and Install Recommended VS Code Extensions)
- Set up Project Python Environment (managed by uv)
- 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.