Languages
Python
From hello-world to comprehensions and decorators.
- •100 XPVariables & TypesDynamic typing, built-in types, type hints.
- •100 XPControl Flowif / for / while / match — the Python way.
- •100 XPFunctionsdef, *args / **kwargs, defaults, lambdas.
- •125 XPCollections & Comprehensionslist, dict, set, tuple — and the syntax that makes them sing.
- •125 XPClassesObjects, dunders, dataclasses, properties.
- •100 XPModules & Importsimport, packages, virtualenvs, the standard library.
- •100 XPErrors & Exceptionstry / except / else / finally + EAFP.
- •125 XPIterators & GeneratorsLazy sequences, yield, and the itertools toolbox.
- •150 XPDecorators & Async@decorators, async / await, and the event loop.