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
- Tick Add python.exe to PATH.
- Click Install Now for the default install, or Customise to change the location.
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
- "python is not recognised" — PATH wasn't set. Re-run installer with the checkbox ticked.
- Microsoft Store Python — works fine for learning, but has restricted file access.
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 →