Python

Start programming with Python, from the basics to automation and OOP.

16 lessons1 sectionsBeginner friendly
0 / 16 lessons
LESSON 1

What is Python?

Understand what Python is and why it is popular for beginners.

LESSON 2

How Python Works

Learn how Python runs your code line by line.

LESSON 5

Conditions

Make decisions with if, elif, and else.

LESSON 9

Dictionaries

Store key-value data with dictionaries.

LESSON 11

Errors

Handle errors gracefully with try and except.

LESSON 13

Object-Oriented Programming

Model things with classes and objects.

LESSON 14

Practical Automation

Use Python to automate a small repetitive task.

CHALLENGE

Python Review Challenge

Combine Python fundamentals into one small program.

PROJECT

Project: Build a Practical Automation Tool

Build a real Python tool that automates a useful task.