How to Create a Python API with FastAPI - Full Tutorial
Offered By: Tech with Tim via YouTube
Course Description
Overview
Learn how to create a Python API using FastAPI in this comprehensive tutorial. Explore the fundamentals of APIs, including CRUD operations, request/response cycles, and JSON data format. Dive into FastAPI's features and set up your development environment. Follow along as you build a functional API, implementing POST, GET, PUT, and DELETE requests using Pydantic models and path parameters. Test your API and troubleshoot common issues. By the end of this tutorial, you'll have the skills to develop and deploy your own Python APIs for web applications.
Syllabus
| What is an API?
| CRUD
| Request/Response
| JSON
| FastAPI Overview
| Install/Setup
| Running FastAPI
| Pydantic Models
| Post Request
| Get Requests
| Path Parameters
| Put Requests
| Delete Requests
| Testing the API
| Small Fix To Delete Request
Taught by
Tech With Tim
Related Courses
Validate Data Classes with PydanticPluralsight Pydantic - Making Life Easier with Data Validation
EuroPython Conference via YouTube When Models Query Models
EuroPython Conference via YouTube Simple Data Validation and Setting Management with Pydantic
EuroPython Conference via YouTube Intro to Pydantic - Run-Time Type Checking for Your Dataclasses
PyCon US via YouTube