What is Python?
Understand what Python is and why it is popular for beginners.
Start programming with Python, from the basics to automation and OOP.
Understand what Python is and why it is popular for beginners.
Learn how Python runs your code line by line.
Store data in variables in Python.
Recognize Python's core data types.
Make decisions with if, elif, and else.
Repeat actions with for and while loops.
Create reusable functions with def.
Store ordered collections in lists.
Store key-value data with dictionaries.
Read from and write to files in Python.
Handle errors gracefully with try and except.
Reuse code by importing modules.
Model things with classes and objects.
Use Python to automate a small repetitive task.
Combine Python fundamentals into one small program.
Build a real Python tool that automates a useful task.