FastAPI Introduction - Build Your First Web App - Python Tutorial

preview_player
Показать описание
FastAPI is a modern, fast web framework for building APIs with Python. In this Tutorial we have a look at some of its key features and then we build our first web application with it.

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

Get my Free NumPy Handbook:

📓 ML Notebooks available on Patreon:

If you enjoyed this video, please subscribe to the channel:

Resources:

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

# Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

Let me know if you want to see more tutorials with FastAPI in the future :)

patloeber
Автор

Love your tutorials! Thank you . It's very helpful for my work as well!!!

brendensong
Автор

Just used FastAPI for a take-home test (interview) and it saved a lot of time. This video opened my eyes to more of its features, though! Thanks!

elliotb.
Автор

😀Nicely done introduction on FastAPI, waiting for more advance features of FastAPI, thanks mate

dasaintgray
Автор

Good video, even for someone not knowing much about development I was able to understand this easily

ishikakumari
Автор

We definitely want more tutorials, great content mate 🏅🏅

tejasvix
Автор

Very useful Intro, would love to see ml deployments!

codebreakthrough
Автор

I just re enabled youtube notification for your channel. Pls no hesitate to put more...
😊

Maestrotoy
Автор

This video is very useful for FastAPI beginner. I want to watch another video with FastAPI and Thank you very much.

YaminThu-zbzr
Автор

Sir, I love the framework. Please make a series on this framework.

__________________________
Автор

Can I still use fastapi if the output of my Python code is an html file?

I have created a Python code to generate a sklearn model card which is an html file. I am basically trying to wrap this code around an api to serve it in production.

sornajavadi
Автор

do you have a video for fastapi and templating that does it from the point of view of data coming from a remote db with more then one column?

Darbokst
Автор

Can you help me how to upload a image and crop it using FastAPI

ramsdigitalsanayara
Автор

FastAPI is delicious. So clean and easy

firass.
Автор

Good video. Thanks! I noticed in the docker image you did not create a virtual environment. Is that standard practice? Is the assumption that the image will only run this one application so it is not necessary?

ChiefRemoteOfficer
Автор

I have PyCharm that I use for Python, Can you do a video on that one too, build a FastAPI in PyCharm

DPT
Автор

I would like more tutorials on FastApi do you plan someone?

rsaoto
Автор

I must correct my previous comment where I ignorantly complained about route thinking you were mispronouncing some sort of abbreviation for routine. I'm learning. And learning to make less ignorant comments.

vtrandal
Автор

how to request for the verbose = True content for ML stuff to display on the web page using FastAPI

PhobosB
Автор

hey Patrick, is this easier than Django? I hated the backend of Django with user auth and DB. This looks faster indeed with less code but I need to see useful applications before I start this journey

terraflops