Part 1: Introduction to Python and FastAPI
After setting up the development environment, we’ll introduce the specificities of Python before starting to explore the basic features of FastAPI and running our first REST API.
This section comprises the following chapters:
- Chapter 1, Python Development Environment Setup
- Chapter 2, Python Programming Specificities
- Chapter 3, Developing a RESTful API with FastAPI
- Chapter 4, Managing Pydantic Data Models in FastAPI
- Chapter 5, Dependency Injection in FastAPI