Real Python
  • Start Here
  • Learn Python
    Start Learning
    Your Learning Plan →Your personalized Python learning plan Python Tutorials →In-depth articles and video courses Learning Paths →Guided study plans for accelerated learning
    Practice
    Quizzes & Exercises →Check your learning progress Browse Topics →Focus on a specific area or skill level Reference →Concise definitions for common Python terms
    Get Help
    Code Mentor →BetaPersonalized code assistance & learning tools Office Hours →Live Q&A calls with Python experts Community Chat →Learn with other Pythonistas
    Go Deeper
    Live Courses →Live, instructor-led Python courses Books →Round out your knowledge and learn offline Podcast →Hear what’s new in the world of Python
    Unlock All Content and Become a Python Expert →Get unlimited access to all Real Python has to offer
    Unlock All Content →Become a Python Expert
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Contributor
  • Search
/
  • Join
  • Sign‑In

— FREE Email Series —

🐍 Python Tricks 💌

Python Tricks Dictionary Merge

🔒 No spam. Unsubscribe any time.

Browse Topics Guided Learning Paths
Basics Intermediate Advanced
ai algorithms api best-practices career community databases data-science data-structures data-viz devops django docker editors flask front-end gamedev gui machine-learning news numpy projects python stdlib testing tools web-dev web-scraping

Table of Contents

  • Setting Up Your Basic Python Coding Environment in Windows
    • Updating Your Windows Installation
    • Discovering the Windows Terminal
    • Installing Windows Terminal
    • Configuring General Windows Settings
  • Managing Software in Windows
    • Loosening Your Execution Policy
    • Installing Chocolatey
    • Using Chocolatey
    • Debloating Your Machine and Uninstallating Software
  • Navigating the Windows Command Line
    • Installing PowerShell Core
    • Getting to Grips With PowerShell Basics
    • Customizing Your PowerShell Experience
    • Discovering PowerShell Modules
  • Configuring Environment Variables
    • Discovering Environment Variables With PowerShell
    • Understanding the Path Environment Variable
    • Setting and Changing Environment Variables
    • Changing the Path Environment Variable
  • Setting Up Core Python Coding Software in Windows
    • Installing Python With pyenv for Windows
    • Installing Git on Windows
    • Using SSH to Connect to GitHub
    • Setting Up VS Code
    • Testing Out Your Setup
  • Fast-Tracking Your Windows Python Coding Setup
    • Configuration Repository
    • Running a Setup Script
  • Conclusion
  • Other Nifty Windows Software