Codecademy — Learn Python 3

Interactive, browser-based Python 3 course with instant feedback — covers syntax, data structures, functions, and OOP with no setup required

Newinteractivebeginner

CS50P — Introduction to Programming with Python

Harvard’s free Python course — rigorous, project-based, and widely regarded as one of the best introductions to programming with Python

Featuredfreecourse

Exercism — Python Track

140+ practice exercises with optional mentor feedback — ideal for solidifying fundamentals through deliberate practice on real coding challenges

Featuredexercisespractice

Google’s Python Class

Free Python course from Google covering strings, lists, sorting, dicts, files, and regular expressions — practical and concise

Newfreecourse

LearnPython.org

Free, interactive Python tutorial covering basics through advanced topics like generators, decorators, and regex — runs entirely in the browser

Newfreeinteractive

Microsoft Learn — Python

Free structured Python learning path from Microsoft — covers basics through data science with hands-on exercises

Newfreecourse

Python Tutor

Visualises Python code execution step-by-step, showing variables, call stacks, and object references — invaluable for understanding how code actually runs

Featuredvisualiserdebugging

W3Schools Python Tutorial

Quick-reference Python tutorials with live "Try it Yourself" examples — a go-to reference for syntax and built-in functions

Newreferencebeginner

Automate the Boring Stuff with Python

Free online book teaching practical programming skills for automating everyday tasks

Featuredfreebook

Python for Everybody

Free Python course with video lectures, interactive exercises, and textbooks for beginners

Featuredfreecourse

Real Python Tutorials

High-quality Python tutorials, guides, and courses covering beginner to advanced topics

Featuredtutorialscourses

Python.org Official Documentation

The official Python language documentation and reference

Featuredofficialdocumentation