Course Information
Course Overview
Develop fast, modern APIs with Python, FastAPI, and SQLModel
FastAPI and SQLModel are two of the hottest new Python technologies for developing asynchronous APIs with modern Python. If you're struggling with wrapping your head around how it all works, this course is for you. Here you'll learn all the most important fundamentals for creating APIs that support all database CRUD operations for adding, editing, and deleting database tables and rows.
The course takes a very hands-on approach. That’s because most of us learn by doing. All of the code generated in the course is also available for download, so you can use it for future reference when trying to remember how to accomplish some goal. Topics and techniques covered include:
· Creating SQLModel databases and tables
· Creating FastAPI routes and functions for posting, retrieving, updating, and deleting data
· Customizing API Request and Response Schemas
· Using RegEx validation in SQLModel
· Designing re-usable server-side validators
· Sorting and Searching with SQLModel
· Working with virtual deletes and undeletes
· Joining tables
· Customizing column names in responses
· Using HTML forms for database interactions
· Debug FastAPI and SQLModel with VS Code Breakpoints
In short, the course is all about learning how to do all the common day-to-day operations found in apps that allow users to interact with databases. All the code in the course is also available for download, and organized in a way to help students look up the code they need, on-the-fly, as-needed with minimum fuss.
Students need not already be familiar with FastAPI or SQLModel. However, students should already be familiar with basic Python programming. Some familiarity with SQL and databases also helpful.
Course Content
- 4 section(s)
- 37 lecture(s)
- Section 1 Introduction
- Section 2 Developing APIs
- Section 3 Working with Multiple Related Tables
- Section 4 FastAPI Templating and HTML
What You’ll Learn
- Use FastAPI and SQLModel to create modern Python APIs
- Create routes and functions for high-performance JSON database interactions
- Develop a library of code for working with multiple related tables
- Use FastAPI templating to use HTML forms for data entry and editing
Reviews
-
MMohammad Pourhossein
in General course is good and clear... keeps you hands on and one can follow the routine, however it looks a bit old and outdated. session 32's content is missing (has the same content as 31) and in session 37, tutor says let's wrap up everything in the next lesson that does not exist! Course finishes like Nolan movies: with suspense :)
-
EEdmund F Bernosky
Just what I needed to start this type of project!
-
ZZoltan Hatos
So far so good ... nice pace - very descriptive dialog.
-
MMohammad Algarni
Great course! Highly recommended if starting to learn FastApi.