Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.24 KB

File metadata and controls

51 lines (33 loc) · 2.24 KB

🟢 Part 1: Machine Setup

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 for Machine Setup

  1. Enable file extensions and view hidden files and folders for your operating system:

  2. 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:

  3. Install Python, Git, and Visual Studio (VS) Code based on your operating system. Choose 1:

  4. Configure Git with user.name and user.email:

  5. Install common VS Code extensions:

  6. Create a dedicated folder to hold all your GitHub projects (e.g., Repos):

  7. Create a GitHub Account:

  8. Open VS Code in the Repos folder and use the integrated terminal to verify setup:


Important

  • These setup tasks are critical.
  • Verify each step works before proceeding.

Recommended Video


After completing and verifying Part 1, go 🏠 Back to Home