Step 1 — Download

Visit python.org/downloads and pick the latest stable release (currently 3.13.x). Download the 64-bit installer.

Step 2 — Run the Installer

Step 3 — Verify

Open PowerShell and type:

python --version
py --version

Both should print the installed version.

Step 4 — Run Python

python
>>> print("Hello, Windows!")

Step 5 — Install a Code Editor

VS Code is the most popular choice. For browser-based coding with zero setup, open PyForm instead.

Common Issues

Practise this on PyForm — free

PyForm runs Python in your browser with an AI tutor trained for HKDSE. No install, no credit card.

Open PyForm →