Skip to main content

Comprehensions & Generators

Transform collections concisely and stream values lazily.

0/2

Functions in Depth

Flexible signatures, functions as values, closures, and decorators.

0/3

OOP Foundations

Model state and behaviour with classes, inheritance, composition, and dunders.

0/5

Data Modeling

Model data cleanly with dataclasses, enums, and type hints.

0/1

Errors, Files & Modules

Handle errors, parse JSON/CSV, and use the standard library.

0/5

Standard Library Toolkit

Reach for the batteries: regular expressions, specialized collections, and dates.

0/4

Talking to Services

Make an HTTP call, then handle the status and the parse it hands back.

0/1