Lessons 📝

Click a lesson to begin. If this is your first time, you should check out the Introduction lesson.

1. Introduction

The first lesson! Goes over general information on Python and what these lessons will teach you.

Start Lesson
2. Installation

Set up your environment to start programming and learn more about what an IDE is.

Start Lesson
3. First Program

Hello World!

Start Lesson
4. Variables & Comments

Learn how to use variables and make useful comments.

Start Lesson
5. Operators

Learn how to manipulate variables and solve math.

Start Lesson
6. Conditionals

Learn how selection works in computers.

Start Lesson
7. Loops

Learn how to repeat code.

Start Lesson
8. Storing Multiple Data

Learn how to store more in variables.

Start Lesson
9. Functions

Learn how to reuse code.

Start Lesson
10. Classes

Learn how OOP works.

Start Lesson
11. Modules

Learn how to use libraries.

Start Lesson
12. Going Further

Continuing your journey...

Start Lesson