Documentation-First Development with FastAPI
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the concept of Documentation-First Development (DFD) with FastAPI in this 37-minute conference talk from EuroPython 2024. Discover how to leverage FastAPI's code-based OpenAPI documentation generation capabilities to maintain up-to-date API documentation. Learn about implementing a sub-application pattern for segregating API documents and using generic types to create reusable custom response models. Understand the limitations of traditional API documentation approaches and see how FastAPI, combined with Pydantic, offers a solution for automatically synchronizing documentation with code. Gain practical insights into creating precise, well-maintained API documentation and learn about the benefits of using FastAPI for web development projects.
Syllabus
DFD(Documentation-First Development) with FastAPI — Taehyun Lee
Taught by
EuroPython Conference
Related Courses
Validate Data Classes with PydanticPluralsight Pydantic - Making Life Easier with Data Validation
EuroPython Conference via YouTube When Models Query Models
EuroPython Conference via YouTube Simple Data Validation and Setting Management with Pydantic
EuroPython Conference via YouTube Intro to Pydantic - Run-Time Type Checking for Your Dataclasses
PyCon US via YouTube