Build Better APIs With Python

How to build production-ready APIs with FastAPI

James Briggs
Python in Plain English
8 min readOct 27, 2020

--

Photo by processingly on Unsplash

API development is a huge domain with a thriving ecosystem. Unsurprisingly, Python is a big player in this space.

That also means that there are many frameworks designed or supporting API development in Python. There are a few big names that seem to dominate though —like Flask, Django, and FastAPI.

--

--