FastAPI Tutorial - Building RESTful APIs with Python

preview_player
Показать описание
In this Python tutorial you will learn about FastAPI, a Web framework for developing RESTful APIs in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data, and automatically auto-generate OpenAPI documents. It fully supports asynchronous programming and can run with Uvicorn and Gunicorn

#fastapi #pythontutorial #amigoscode

Don't Forget to
===========================================

⭐ Table Of Contents ⭐
===========================================
00:00 Intro
02:15 - FastAPI and Uvicorn
04:48 - Up and Running with FastAPI
09:55 - HTTP Methods
13:45 - Async Await
16:22 - User Model
20:56 - Database
24:48 - HTTP Get Requests
28:51 - HTTP Post Requests
32:13 - Rest Client
38:41 - Swagger Docs and Redoc
44:37 - HTTP Delete Requests
49:38 - HTTP Status Codes
52:13 - Raising Exceptions
55:07 - Exercise
56:20 - Exercise Solution
01:01:24 - Outro

🙊 Here are the goods for all my videos video 🙊

► Recommended Books
===========================================

► Computer and Monitor
===========================================

► Camera Gear
=============================================

► IDE & Tools I use for coding 💻 🎒
===========================================
- ITerm
- VsCode
- GoLand
- IntelliJ Ultimate
- Sublime

P.S
===========================================

❤️ Thanks for watching
Рекомендации по теме
Комментарии
Автор

This is the best course which explains FasApi and how to work with databases, finally, I understood a lot of things about FastApi from this video, very clear and everything worked

rbiyarakhmatova
Автор

Great english, high quality video, amazing sound, and absolutely clean explanation. 10/10!

eduardotrujillo
Автор

The best tutorial that I have watched. Well broken down into pieces and direct. Amazing

ezekomaugoo
Автор

Great Video brother.

Terminal:
if it didn't work using
uvicorn main:app --reload

use
python -m uvicorn main:app --reload

Fadylineage
Автор

Hey there, this tutorial's another banger! Great job Nelson!

FastAPI is indeed an amazing framework for making REST APIs. But I'm a biased user of the Python Flask library (It's just amazing), so I hope you can make some content regarding Flask :)

Regardless, thank you for making programming and frameworks easy for people. I recommend your content to a lot of my friends and people who want to learn how to code. Stay safe!

devguyahnaf
Автор

My English is not very good but you speak very clearly and the truth is that it is understood very well. First time I hear someone speaking English and I understand everything. Thank you for sharing knowledge

DanielSteckler
Автор

Even before watching, I knew there was alot to look forward in your tutorial. Great content always.

michaelraymondabikale
Автор

Absolutely great video series, very clearly and concisely communicated. Thank you very much.

nevetsspence
Автор

Amazing video! I came across FastAPI because I needed a really simple and straightforward API server for a project, and your video certainly helped! Thanks :)

boira_dani
Автор

Thank you very much for the video. It is the best introduction that I have seen. This comment is referring to to all your videos, they all are very clear and fantastically laid out. They are a wonderful resource. Great work and again thank you very much for sharing.

radla
Автор

perfect video for the newbies to the framework. Subd for the production quality!

malkitsingh
Автор

Very good video! Simply and clearly explained. Good job, thx!

RunGuitarMan
Автор

Amazing tutorial, very clear. Thank you a lot!!!

zvynlyb
Автор

Jesus! when I have to do something and I open the Youtube, the algorithm show me the video solution the Amigoscode EVERY SINGLE MOMENT haha, You're the best!

MarcosOliveira-uswf
Автор

Such a chill relaxed tutorial. So easy to follow.

matthewb
Автор

Thank you for this tutorial! Its very usefull and i like how you giving the information!
I wish there was a little cheatsheet document on this type of video so you can return and use this later without seeking thru whole vid :)

KoDeCcS
Автор

Amazing video brother, you articulate this so well. It was a wonderful follow along. Please keep up the good work.

mzamomahaeng
Автор

Had no opportunity to use side software and plugins while followed the vid so i created fron interface to test my API out.
Cant wait to see what will you bring as a frontend to this one! Amazing job! Keep it going!

KoDeCcS
Автор

Amazing tutorial! Thanks for this top content mi amigo. I just had to subscribe

Jaimefvs
Автор

If you are getting an error with optional middle name, do this:

middle_name: Optional[str] = None # Assigned a default value of None

godswillumukoro
join shbcf.ru