Migrating to FastAPI

Migrating to FastAPI

Talking about differences between Flask and FastAPI in preparation of PyCon & PyData DE.

  1. Conference
  2. Description

Conference

Description

Since its release in 2018, FastAPI has quickly become an established solution for HTTP APIs in Python. The presentation summarized the experience of migrating an HTTP API from Flask to FastAPI. Key points include:

  • Why migrate at all?
  • Data modeling as a core concept
  • Problems that are likely to arise

2