🟢 Workflow 1: Set Up Machine (Once per machine)¶
This section provides step-by-step instructions to set up a machine for Python projects. These tasks are typically performed once when setting up a new machine or upgrading tools for professional Python development.
Steps¶
- Create GitHub Account
- View File Extensions and Hidden Files and Folders
- Install Tools by operating system. Linux/WSL or macOS or Windows
- Configure Git with name and email
- Create
Repos/
Folder (to store all GitHub projects) - Verify
Important¶
- These setup tasks are critical.
- Verify each step works before proceeding.