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.
-
Enable file extensions and view hidden files and folders for your operating system:
-
Optional: Install (or Verify) a Package Manager based on your operating system. Experienced users may choose to use a package manager. For most beginners, we recommend using the direct installers provided in Step 3. If you want to try these, choose 1:
-
Install Python, Git, and Visual Studio (VS) Code based on your operating system. Choose 1:
-
Configure Git with user.name and user.email:
-
Install common VS Code extensions:
-
Create a dedicated folder to hold all your GitHub projects (e.g.,
Repos): -
Create a GitHub Account:
-
Open VS Code in the
Reposfolder and use the integrated terminal to verify setup:
- These setup tasks are critical.
- Verify each step works before proceeding.
After completing and verifying Part 1, go 🏠 Back to Home