Courses  /  Python
🐍

Python

Learn programming fundamentals such as variables, control flow, and loops with the world's most popular and versatile coding language — Python!

Start Learning for Free →
1

Hello World

Learn how to write your first line of Python by printing messages to the terminal.

0/5
2

Variables

Create variables and learn about data types, arithmetic operators, and user input.

0/5
3

Control Flow

Explore how programs make decisions with if/else statements, relational operators, and logical operators.

0/6
4

Loops

Repeat a block of code with while loops and for loops over, and over, and over again.

0/5
5

Lists

Store different items in lists and learn to use built-in functions and methods.

0/6
6

Functions

Define and call a function — a reusable block of code that performs a specific task.

0/6
7

Classes & Objects

Create your own data types and use them to model everyday objects with unique characteristics and behaviors.

0/5
8

Modules

Import built-in modules and learn how to create your own.

0/5