Python on Windows
Installation
Step 1 — Download Python
Go to the official website: www.python.org/downloads/windows
- Select the latest stable Python 3.x release.
- Download the Windows installer (
Windows x86-64 executable installerfor 64-bit systems).
Step 2 — Run the Installer
- Open the downloaded
.exefile. - Important: Check the box “Add Python 3.x to PATH” at the bottom of the installer window.
- Click “Install Now”.
Verify Installation
Open a terminal and run:
python --version
python -m pip --version