1.Getting Started with Python
5 lessonsSet up your environment and write your first Python program
- ○Welcome to Python15m
- ○Setting Up Your Environment15m
- ⌖Your First Python Program10m
- ⌖Using the Python REPL10m
- ?Quiz: Getting Started with Python10m
2.Variables and Data Types
7 lessonsLearn about Python's data types and how to store data
- ○What are Variables?15m
- ○Numbers in Python15m
- ⌖Practice: Calculator15m
- ○Strings and Text15m
- ⌖Practice: String Manipulation15m
- ○Booleans and Comparisons15m
- ?Quiz: Variables & Data Types10m
3.Control Flow
7 lessonsMake decisions and repeat code with conditionals and loops
- ○If Statements15m
- ⌖Practice: Grade Calculator15m
- ○For Loops15m
- ○While Loops15m
- ⌖Practice: Loop Challenges20m
- ○Break and Continue15m
- ?Quiz: Control Flow10m
4.Functions
6 lessonsWrite reusable code with functions
- ○Introduction to Functions15m
- ○Parameters and Arguments15m
- ○Return Values15m
- ⌖Practice: Function Library25m
- ○Variable Scope15m
- ?Quiz: Functions10m
5.Data Structures
7 lessonsWork with lists, dictionaries, and more
- ○Lists20m
- ⌖Practice: List Operations20m
- ○Dictionaries20m
- ⌖Practice: Dictionary Challenge20m
- ○Tuples and Sets15m
- ○List Comprehensions15m
- ?Quiz: Data Structures10m
6.Object-Oriented Programming
4 lessonsModel real-world concepts with classes, objects, inheritance, and polymorphism
- ○Classes and Objects15m
- ○Encapsulation and Properties15m
- ○Inheritance and Polymorphism15m
- ?OOP Quiz10m
7.File I/O and Error Handling
3 lessonsRead and write files, handle exceptions gracefully, and build robust programs
- ○Reading and Writing Files15m
- ○Exception Handling15m
- ?File I/O & Error Handling Quiz10m
8.Final Project
2 lessonsApply everything you've learned
- ⚒Project: To-Do App60m
- ?Final Assessment20m
9.Python Fundamentals Comprehensive Final Exam
1 lessonA comprehensive 20-question assessment covering all modules: Python basics, variables, data types, control flow, functions, and data structures. Test your mastery of the entire course.
- ?Comprehensive Final Exam45m