Skip to content

Baby Steps Towards Your First FastAPI App

Short Talk at 3:15PM EDT

FastAPI is a high-performing web framework used to build APIs in Python3. It's really fast and based on the OpenAPI standard, which means - tada! No more manual swagger generation and validation!

In this talk, we'll go over some code snippets that involve:
- creating simple endpoints with path and query parameters
- creating response body models based on Pydantic
- logging
- handling simple errors
- generated swagger

Talk code+contents here!

Presented by

Shreya Khurana