← Courses

Python for AI — Beginner Foundations

Data Science

Getting Started · Lesson 8 of 76

Install on Windows

On Windows, the simplest path:

  1. Go to the official site, python.org/downloads, and download the latest Python 3 installer.
  2. Run the installer. Important: tick the box "Add Python to PATH" at the bottom before clicking Install. This lets you run Python from any terminal.
  3. Finish the install, then open PowerShell (search for it in the Start menu).
  4. Check it worked:
python --version

If you see Python 3.x.x, you're done. If Windows opens the Microsoft Store instead of running Python, re-run the installer and make sure "Add Python to PATH" was ticked.

You’re reading for free. Sign in to keep your progress and earn a certificate when you finish.Sign in to keep my progress →