We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

Learn Python for Beginners

Learn Python from scratch with hands-on lessons covering functions, loops, data structures, debugging, and problem solving.

What you'll learn in this Python course

Learn Python from scratch by writing code, not just watching videos. This course is built for complete beginners, so you don't need any prior programming experience. Every lesson runs in your browser, and XP, streaks, and quests keep you coming back.

Chapter List

1
Introduction
Learn about the Python programming language and why it's so ubiquitous
2
Variables
Learn how variables are declared and used in Python
3
Functions
Learn how to declare and call functions
4
Scope
Learn how Python scopes variables in different contexts
5
Testing and Debugging
Learn how unit tests and good debugging practices will help you write better code
6
Computing
Learn the basics of how computers work internally
7
Comparisons
Learn how to compare different values and make logical decisions in a program
8
Loops
Master the art of reusing code
9
Lists
Learn the most basic and powerful data structure in all of coding
10
Dictionaries
Learn about Python's built-in support for complex structures
11
Sets
Master another basic data structure of the Python language
12
Errors
Learn how to deal with unexpected data and inputs in a Python program
13
Type Hints
Learn how to use type hints to make Python code easier to read and debug
14
Practice
Put your skills to work by squashing extra challenging practice problems
15
Quiz
Quiz yourself on some of the important-to-know facts about the Python language

Join 841,573 students in the Learn Python for Beginners course

Read reviews of their learning experiences

Very nice. I liked how I write a little bit of code every lesson.

(5/5)
Nolan Breen profile image

Nolan Breen

United States

Fantastic course if just getting started.

(5/5)
Alex Cotton profile image

Alex Cotton

United States

I already knew most of it but as I was going through the lessons I realise that there was always something new that I was missing in knowladge

(5/5)
Θωμάς Γκαρνάρας profile image

Θωμάς Γκαρνάρας

Germany

Really well designed course to get you through all basic concepts of programming in python

(5/5)
Piotr D profile image

Piotr D

Poland

i really loved it, great basic teachigs and uses the site infrastructure amazingly(boots + spellbook +solutions)

(5/5)
rafael walker profile image

rafael walker

Chile

well done honestly it is somewhat complex but it is actually a complete guide

(5/5)
ashan dhanushka profile image

ashan dhanushka

rathmalana colombo

Fun, informative, inteligent, steps are well designed, I've enjoyed it very much.

(5/5)
Sergio Quadros profile image

Sergio Quadros

Brazil

its good

(5/5)
Tommy Burns profile image

Tommy Burns

United States

It is not easy. But hard in a good way. You really have to pay attention and use your spellbook. I like it.

(5/5)
J Ha profile image

J Ha

Hungary

Showing 1-9 of 5374

or view more reviews

Mediocrity doesn't cut it anymore

The only way to become a great developer is to write a lot of code

Avoid tutorial hell

by writing a ton of code

Stay motivated with

a game-like curriculum

Build portfolio projects

to prove your skills

Delve deeper

into foundational concepts

Learn flexibly online

without interrupting your life

For 1% the price of college

to minimize your financial risk

Frequently asked Questions

Got questions? We've got answers

Yes. This course assumes no programming experience. It starts with variables and functions, then builds up to loops, data structures, testing, debugging, and error handling through hands-on coding exercises.