Skip to main content

Python for Windows

Latest version: Python 3

Installation Notes

The official Python installer for Windows includes IDLE, pip, and documentation. We recommend using the executable installer for the best experience.

Important Installation Tip

Make sure to check the box that says "Add Python to PATH" during installation. This allows you to use Python from the command line.

Installer Options

Recommended

64-bit

For most modern Windows systems (Windows 10/11, 64-bit). Includes all features and best performance.

Legacy Systems

32-bit

For older Windows systems or compatibility with 32-bit applications. Most users should use the 64-bit version.

Installation Steps

  1. Download the installer using the button above
  2. Run the downloaded executable file
  3. Important: Check "Add Python to PATH" at the bottom of the installer
  4. Click "Install Now" for the default installation
  5. Wait for the installation to complete
  6. Click "Close" when finished

Verify Installation

Open Command Prompt or PowerShell and type:

python --version

You should see the Python version number displayed.

Alternative Options

System Requirements

Windows 7 or later is required for Python 3.9+. For older Windows versions, use Python 3.8 or earlier.