The best introduction to FastApi, period! Even better than the FastApi docs. Please give us some more as indicated by the others. How about a full project? I am biased so I'll too ask for Postgress integration. Simply beautiful!
The only reason i would switch from django to fastapi would be faster response time over async calls. Rest all the features you can easily get like for documentation just use swagger library in django and you'll get same documentation.
I'm new to REST API, I started by picking up Express along with MongoDB using Mongoose, simply I'm working on MERN Stack. But this video got me like 😮 wow. Mongo FastAPI React = MFR stack would be a great new trend and surely super fast to build! 🔥 Keep more videos about FastAPI coming Hitesh ji 🤟🏼
"I saw a job post the other day. It required 4+ years of experience in FastAPI. I couldn't apply as I only have 1.5+ years of experience since I created that thing. " - Sebastián Ramírez (Creator of FastAPI)
Great video !! Thanks !! Please make full tutorial for this on Learn code online !!! Where yu teach everything related to this and some practice projects !!
I love the fact that how much less lines of code are written but still from being a C#.NET and JAVA side .. python is still a nightmare..and feels very loosely coded...
First of all the music in the end is nice. and second FASTAPI is very cool. I think in microservices too this can be of great help tooo. Let me know your thoughts too. :)
Hitesh Thanks. I really like the way you explained and made fastapi sound more easy from ur explanation. May I if I want to deploy same app on production will uvicorn will support it. Or can I use gunicorn and ngnix as we use for flask and django
So hitesh u r telling us that we should stop using postgres or insomnia and start using "FastAPI" in future just cuz it gives us the response in a json format?
hey can do some videos on these stack > flutter > GraphQL > FastAPI > PostgreSQL and a question what is your take on FastAPI compared to elixir/phoenix framework?
At 13:35, you mentioned casting the input. Aren't typehint just for development hinting purposes and don't actually change string types to ints so no casting is done given string inputs? At 17:15 instead of saying "cast", it became "safety check", so i'm confused whether casting is really happening. What is the behaviour when the safety check fails? I'm not sure how to test this or whether the "try it out" front end is converting strings to int because of the typehint. Separate issue, the def delete_course will only work for the 1st delete and not subsequent ones right? Because it will not be course_id - 1 anymore when all the courses after the deleted course in list get shifted left.
Hitesh sir how can we store whole app data as a json objects in mysql and fastapi and Do CRUD Operations from react js if you created such fastapi with react then please share me the link this is the hot topic makes the thing simple and easy , Thankyou😇
Yes sir. Would love an in depth video on FastAPI integration with MySQL or Postgres.
Yes sir we want more in-depth like using postgresSQL and authentication....
By the way it was a lit introduction to fastAPI❤️❤️❤️❤️❤️
Also with MySQL and MongoDB
MongoDB
Authentication for me
Just wow, I never knew such a framework existed and I'm genuinely impressed.
We want More depth knowledge of postgre and authentication.
This package is a blessing for building API...Kudos to the creator..👍
No doubt about that!
The best introduction to FastApi, period! Even better than the FastApi docs. Please give us some more as indicated by the others. How about a full project? I am biased so I'll too ask for Postgress integration. Simply beautiful!
Yes ! I want a tutorial with a backend technology like MongoDB
How it took 25 Minutes I don't know, I don't even feel Wow what a great crash course... Looking for more like this one...
Absolutely loving the color grading and video quality ❤️❤️❤️
Awesome lesson! Thank you. Adding a postgres implementation would be a great addition and very practical one.
After everything done when the product comes out that really give amazing feeling
Am loving this. FAST API is the Framework going forward with my next API's.
The end of video is awesome. Music+Animation 😍
I watch the very first video on FastAPI and the way you introduce that's awesome......Loved it
You simplified how to build APIs... THANKS.
Please do a version with MySQL or Postgres , rendering and uploading files
The only reason i would switch from django to fastapi would be faster response time over async calls. Rest all the features you can easily get like for documentation just use swagger library in django and you'll get same documentation.
astounding video Hitesh Choudhary. I crushed that thumbs up on your video. Maintain up the superb work.
Thats really awesome. Looking for more indepth videos. Like pros and cons.
WOW, I was just looking for a good playlist in fast api... and seee you are here too ❤❤❤❤❤
Definitely gonna use this for my music application that i am developing on my personal interest.
Python is ❤
Damn, you had me at the docs part. It has redoc and openapi3 readily available. Talk about convenience. This is amazing. Thank you for the content.
The main benefit of FastAPI is speed, It gives tough competition to NodeJS's Express framework !
@@azharsayyed776
uvicorn main:app - - reload is not working in terminal
Giving error
I'm new to REST API, I started by picking up Express along with MongoDB using Mongoose, simply I'm working on MERN Stack. But this video got me like 😮 wow. Mongo FastAPI React = MFR stack would be a great new trend and surely super fast to build! 🔥 Keep more videos about FastAPI coming Hitesh ji 🤟🏼
Amazing just wating for next course in typing and fast api
Good stuff bro!! Please bring many short crash courses like these
"I saw a job post the other day.
It required 4+ years of experience in FastAPI.
I couldn't apply as I only have 1.5+ years of experience since I created that thing. "
- Sebastián Ramírez (Creator of FastAPI)
FastApi is nice simple fast.
Plz connect with psql and authentication...
Nice video Hitesh Sir.........
Good one Hitesh.. keeping it simple and a nice way to introduce a new framework.
Yes need full course about fastapi authentication and everything
Yes sir we want more in-depth like using postgresSQL and authentication
Amazing Introduction to FASTAPI.
Yes, please make video on postgresSQL and authentication :)
This was impressive 🔥. Thankyou hitesh sir for this toutorial ❤️
BTW, a Postgres integration would be very useful. I'm already waiting for it 🥰
Please make a video on PostgreSQL, authentication, Serialization, Permissions etc. Thanks for this tutorial I love it.
Great video !! Thanks !!
Please make full tutorial for this on Learn code online !!! Where yu teach everything related to this and some practice projects !!
Thanks for the video this really helps!!
awaiting for videos on Fastapi!!!😍
Thank you! And please make video on FastAPI integration with Postgres.
Sir can You Make A Complete Course On FastAPI with Django Please because nowadays it's getting very Popular and demand as well ..!!!
I know this is too much to ask, but if you have time,
Please create video of a small curd app with any relational db with an orm.
Great work !!!
Please do make a indepth video on how can we use this a with database and authentication!!
Thanks for this btw!!🥳
Yes, please make in depth video of postgres and authentication.
check SQLAlchemy and JWT_extended library in python for it
Great content. Yes we want more of such content with Postgres
Could you please show us how we can connect the DB2 using fast API?
Hey, Love your videos, although I am not techie person and hardly know about coding but love to see you and the efforts you put in your coaching...👍
It is like next version of Flask. Like it.
Sir please make video on how to integrate Zoom videos in HTML,
Amazing tutorial, thanks a lot ! I would really appreciate a Part 2 (with Postgres hihihi) (y)
I love the fact that how much less lines of code are written but still from being a C#.NET and JAVA side .. python is still a nightmare..and feels very loosely coded...
Thanks a lot for the video sir! Absolutely loved it!
First of all the music in the end is nice. and second FASTAPI is very cool. I think in microservices too this can be of great help tooo. Let me know your thoughts too. :)
Fast with mongo client 🔥 thank you for video ❤
Please make a video on in-depth like using postgresSQL and authentication
for sure sir, ''''' :) we would love to have a database example as well
Hitesh Thanks. I really like the way you explained and made fastapi sound more easy from ur explanation. May I if I want to deploy same app on production will uvicorn will support it. Or can I use gunicorn and ngnix as we use for flask and django
Pls sir , make full tutorial with fastAPI , like a web application .
Hope you will look into that.
Hitesh awesome video , can you please make a video with fast api and MongoDB
So hitesh u r telling us that we should stop using postgres or insomnia and start using "FastAPI" in future just cuz it gives us the response in a json format?
Great explanation Sir and FastAPI is really awesome.😀
Please make a tutorial video on fastapi with sqlite/postgres Database in depth.
Surprised with the doc functionality... please make a video with postgres and authentication..It would be extremely helpful sir
You missed to explain what fast api at the beginning. What can we do and what we can’t.
Yes sir, In depth tutorial needed
Wow...it will be great, if you can create an in-depth video.
hey can do some videos on these stack > flutter > GraphQL > FastAPI > PostgreSQL and a question
what is your take on FastAPI compared to elixir/phoenix framework?
Happy to see as first one to like and watch after upload😉
Hope you enjoyed it!
FastAPI looks great, but does its idea of how type annotations should be used play nice with mypy?
please make in depth video for Fastapi and Postgresql
Great video Hitesh sir, Can you please tell which font are those in your editor?
Hello, Can you create a video for FastApi & Mongo DB integration?
Please make a video integrating this app to a db preferably postgres/mongodb
When to choose Nodejs and when to use fastapi?
Pls make a in-depth video about api
yes, sir i want more in deepth knowledge about fast api , i want to know about authentication,using postgress
At 13:35, you mentioned casting the input. Aren't typehint just for development hinting purposes and don't actually change string types to ints so no casting is done given string inputs? At 17:15 instead of saying "cast", it became "safety check", so i'm confused whether casting is really happening. What is the behaviour when the safety check fails? I'm not sure how to test this or whether the "try it out" front end is converting strings to int because of the typehint.
Separate issue, the def delete_course will only work for the 1st delete and not subsequent ones right? Because it will not be course_id - 1 anymore when all the courses after the deleted course in list get shifted left.
I want speak like would you suggest me ? Where should I start and where to go online or offline?
Why should we use asynchronous in APIs?
Please make a go based api building course
Difference between fast API and GraphQl?
Hitesh sir how can we store whole app data as a json objects in mysql and fastapi and Do CRUD Operations from react js if you created such fastapi with react then please share me the link this is the hot topic makes the thing simple and easy , Thankyou😇
how fast api handles multiple requests, as we have threading as a parameter in flask to handle multiple request how does fast api do it?
Nice video, please make video on adding authentication to this API.
you can check JWT or JWT_extended python library for it... simple and powerful
Yes bro we need postgresql and user authentication
Make a full stack course on this FastAPI with nextjs e-commerce app or something.
I've used this for an API 😁
Sir, could you please make a video on best laptops for hacking and coding in 2021.....
Looks like express of python.
Is it python backend framework?
Super we need full courses
I suggest to make a T-Shirt Shop version for it
What are the prerequisites for this video
Can you make a video of Supabase (a Firebase alternative)?
Please make videos on selenium in python
hi Hitesh, do we need to create virtual env using pipenv? Can we not use a non vitual env?
Any benefits using Fast api instead of Flask?
please make video to connect fastapi with mongodb
ok.. so FastAPI is a combination of Flask and documentation tools. :D
Yes we want in the depth
Awesome video, thanks a lot!
You can't do this.. just got familiar with Flask to create API.. and here you are😭
I'm Here just to know font family name that you use in vscode.
Sir what's the prerequisites...?