FastAPI

FastAPI

FastAPI is one of the best Python frameworks for building high-performance APIs and web applications. Its also a great tool for data scientists and analytics professionals deploying natural language processing apps and machine learning models since a lot of that source code is Python-based, making integration easy. The framework is easy to learn, has excellent documentation, and is supported by a great community of Python developers.

Ice Cream Inventory API:

In this series of posts on FastAPI, we create a basic API for an ice cream inventory system.

  1. FastAPI Overview
  2. Up and Running with FastAPI
  3. Path and Query Parameters
  4. Routing
  5. Documentation
  6. HTTP Exceptions