{# Course schema: this is what turns a blue link into a result that shows the provider and the level. Only facts that are actually true go in here. #}
ExpoCoder Sign in Start free

Advanced Python

Go deeper in Python: decorators, generators, type hints, regex, JSON, SQLite, testing, and a real capstone project.

25 lessons about 8 hours Hard
Learn it by writing it.

Every lesson runs real code in your browser, checked the moment you submit. No installing anything, no setup, no waiting.

Start Advanced Python free

What this course covers

  1. *args & **kwargs: Flexible Functions
  2. Scope and Closures: Where Variables Live
  3. Comprehensions: Dict, Set, and Nested
  4. Structural Pattern Matching (match/case)
  5. Iterators: How 'for' Loops Really Work
  6. Mutability, Identity, and Copying
  7. Decorators: Wrapping Functions
  8. Generators: Lazy Lists
  9. Recursion: Functions That Call Themselves
  10. Type Hints: Help Python Help You
  11. Advanced Typing: Protocol, TypedDict, Literal
  12. Choosing the Right Container
  13. The collections Module: defaultdict, Counter, namedtuple
  14. JSON: Talking to Other Apps
  15. Databases with SQLite
  16. Context Managers and contextlib
  17. functools and itertools: Power Tools
  18. Regex: Find Patterns in Text
  19. Testing: Trust Your Code
  20. Testing Deeper: Fixtures, Parametrize, Mocking
  21. Async: Doing Many Things
  22. Parallelism: Threads vs Processes
  23. Measuring Performance: timeit and Profiling
  24. Mini Project: Weather Data Analyzer
  25. Advanced Exam

Other courses

Computational Thinking

Learn to think like a problem-solver before you write a single line of code. Break big …

Basic Python

Your first Python course, no experience needed. Learn variables, loops, functions, and …

Intermediate Python

Level up your Python with comprehensions, lambdas, error handling, files, modules, and …

Object-Oriented Programming

Master OOP in Python: classes, objects, inheritance, polymorphism, encapsulation, abstr…

Data Structures & Algorithms

Core CS: arrays, lists, stacks, queues, hash tables, trees, graphs, sorting, searching,…

Games with Pygame

Build your own 2D games from scratch: the game loop, sprites, movement, collisions, and…

Java

Learn Java from zero, with no programming background needed. Write your first program, …

C++

Learn C++ from zero, with no programming background needed. Start with your first progr…

C

Learn C from zero, with no programming background needed. The language that Unix, Linux…

JavaScript

Learn JavaScript from scratch: variables, types, loops, functions, arrays and objects, …

Web Frontend

Build for the browser: structure pages with HTML, style them with CSS, then use live AP…

Full-Stack Web

Put Python behind the browser: Flask routes, forms, APIs, the requests library, and ful…

See all courses