🟢 Workflow A: Set Up Machine (Once per machine)¶
Set up a machine for professional Python projects. Do this just once per machine (or periodically to update tools).
WHY?
Professional Python projects depend on several tools working together: - GitHub stores projects, - Git tracks changes, - Python runs the code, and - local folders keep work organized. These setup steps reduce avoidable errors later. Most project problems are easier to solve when the machine, tools, folders, and Git identity have been configured correctly. For best results, complete each step carefully and ensure things are working as expected before continuing.Steps¶
- Create GitHub Account
- View File Extensions and Hidden Files and Folders
- Install Tools: Linux/WSL or macOS or Windows
- Configure Git with name and email
- Create
Repos/Folder (to store GitHub projects) - Verify
Important¶
- These setup tasks are critical.
- Verify each step works before proceeding.