Modern typed python: dive into a mature ecosystem from web dev to machine learning
samsja
Typing is at the center of „modern Python“, and tools (mypy, beartype) and libraries (FastAPI, SQLModel, Pydantic, DocArray) based on it are slowly eating the Python world.
This talks explores the benefits of Python type hints, and shows how they are infiltrating the next big domain: Machine Learning