Python FAST API Tutorial

preview_player
Показать описание
Welcome back to my channel! In this video, I will be showing you FastAPI which is a Python framework. As the name suggests, this allows us to make APIs in Python.

📄 Resources 📄

⭐️ Timestamps ⭐️
00:00 | Introduction
02:22 | FAST-API Advantages
04:49 | Installing FastAPI
06:26 | Writing Our First FAST-API API
10:58 | Running Our API
14:00 | What is an API
16:35 | JSON Explanation
18:16 | Creating More Endpoints & GET Method
19:19 | Path/Endpoint Parameters
27:19 | Query Parameters
35:19 | Request Body & POST Method
44:12 | PUT Method
50:42 | Delete Method
53:15 | Status Codes and Error Responses

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
-Tech With Tim
- Fast API
- Fast API Tutorial
- Python API
- Python FastAPI Tutorial

⭐️ Hashtags ⭐️
#TechWithTiim #FastAPITutorial
Рекомендации по теме
Комментарии
Автор

43:49 for anyone wondering, he changed the function parameters to be def get_item(name: str = Query(None, title="Name", description="Name of item.", max_length=10, min_length=2)):

worzell
Автор

Just when i thought of learning about API, there comes Tim

slm._
Автор

Dude. You're reading our minds. I was just thinking about learning FastAPI and, you made this video!!!

Sciencedoneright
Автор

The asterisk part just cracks me up. One of those things. Super great tutorial btw, thank you for taking so much time to make it high quality. Still holds up well 2 years later and that is hard to do nowadays.

pauldickman
Автор

Great video Tim!
Would love to see a follow-up video where you show how to build a web micro-service (using FastAPI) for machine learning model inference

thegimel
Автор

I have been looking to get into FastAPI and compare it to Flask(which is what I usually use for a lot of dev). This was a great in depth intro and more! Thank you.

SeattleDataGuy
Автор

I wish I could upvote you more! Thank you so much for all of the help you've provided me over the years. You're amazing!

richisgood
Автор

Tim is always here the same second i want to learn something. Thank you!

ajiteshkumar
Автор

This was epic, I was watching for 3 hours straight, and I've implemented a chilld class of FastAPI with a function that saves data into file.json when requests succeed.
Great module I love it ! & great video, thank you very much! All that is missing is the cors, xss security things, let the research continue :D

kenny-kvibe
Автор

I finally understand API and all thanks to you, Tim, thank you so so much for making these! Super grateful for your sharing of knowledge!! Thanks and stay so cool :)

martinag
Автор

Somewhere around 25 minutes, your face cam is over the relevant code. Still very informative

bh
Автор

Tim, at time 26:00 you are adding things we can't see for Greater than >. Your popover window either covered it or you were showing the wrong part of the screen. So we are unable to type what you typed.
Generally, your videos are really good, so please review them carefully.

gecsus
Автор

Great to follow except for the part where you have your face cam over the code your write. Also when you transition from query parameters to the next topic your code for get_item is different and as we follow along we still have our required fields when trying to get an item after our 2 items added through post, the get_item method you used simply asks for the item name.

zarrycherry
Автор

Even though i know most basic and intermediate stuff, i still watch every single second of this video to not miss any information

Musava
Автор

I have been working with Django and thinking about to give a try with fast api and flask.
And here comes Tim with a fast api tutorial, Thank you Tim

স্বচ্ছনিরবতা
Автор

I am not first.
I am not last.
But when Tim uploads, I click fast
😎😎

binaprajapati
Автор

great vid i didn't know you can do this until now... very infomative

softicecreamer
Автор

Hey Tim could you make tutorials about advanced topics like Kafka and Elasticsearch with Python.
Btw great explanation.

kemalcihanbastak
Автор

Just what I wanted to learn and that too in short n crisp (also enough detailed to get started). Thanks

pinakastra
Автор

Thank You Tim, Great video I like the way how you used dictionary first then introduced classes

parameshkumar