Skip to content
Abstract cover artwork for FastAPI in Production, a Python course Python
Python intermediate 12 hours 4.9

FastAPI in Production

Taught by Tomas Nowak

Dependency injection that stays testable, Pydantic models as your contract, SQLAlchemy 2.0 sessions scoped correctly, background tasks that do not block responses, structured logging, and graceful shutdown. Ends with a service that has readiness probes, migrations and a real test suite.

More in Python

Abstract cover artwork for Modern Python: Type Hints, Async and Packaging, a Python course Python
Python intermediate

Modern Python: Type Hints, Async and Packaging

The Python that ships in 2026: expressive type hints and generics, structural subtyping with protocols, asyncio concurrency patterns that avoid the common deadlocks, dependency management and reproducible builds, and a strict mypy configuration you can actually adopt on an existing codebase.

MA Marta Alves 4.8

$59.00

13 hours

Abstract cover artwork for Rust for Python Engineers, a Python course Python
Python advanced

Rust for Python Engineers

Learn Rust from a Python mental model, then use it where Python hurts. Ownership and borrowing explained against garbage collection, error handling without exceptions, and shipping a PyO3 extension that speeds up a real hot path in your codebase.

TN Tomas Nowak 4.8

$99.00

16 hours