Learn how to install Python on Windows. This guide covers downloading Python, setting up PATH, verifying installation, and running your first script.
For this tutorial, we recommend that you use the Microsoft Store to install Python. Install Python 3 using Microsoft Store - select the most recent version available and then "Download".
First, check if Python is already installed by opening a command-line interface and typing python --version or python3 --version. You can install Python on Windows using the official installer from Python.org or through the Microsoft Store. On macOS, you can use the official installer or Homebrew.