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 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)
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'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 🤟🏼
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 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...
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😇
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
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?
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. :)
What about authentication I mean you dont want any one to add a new course there must be some authentication before adding a course.... Please make a second part of this and add authenticate init
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
Yes sir. Would love an in depth video on FastAPI integration with MySQL or Postgres.
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!
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 ❤️❤️❤️
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.
The end of video is awesome. Music+Animation 😍
Yes ! I want a tutorial with a backend technology like MongoDB
I watch the very first video on FastAPI and the way you introduce that's awesome......Loved it
Please do a version with MySQL or Postgres , rendering and uploading files
After everything done when the product comes out that really give amazing feeling
Awesome lesson! Thank you. Adding a postgres implementation would be a great addition and very practical one.
astounding video Hitesh Choudhary. I crushed that thumbs up on your video. Maintain up the superb work.
You simplified how to build APIs... THANKS.
Am loving this. FAST API is the Framework going forward with my next API's.
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 ❤❤❤❤❤
"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)
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.
Could you please show us how we can connect the DB2 using fast API?
Good stuff bro!! Please bring many short crash courses like these
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 🤟🏼
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?
Amazing just wating for next course in typing and fast api
Good one Hitesh.. keeping it simple and a nice way to introduce a new framework.
This was impressive 🔥. Thankyou hitesh sir for this toutorial ❤️
Thanks for the video this really helps!!
awaiting for videos on Fastapi!!!😍
FastApi is nice simple fast.
Plz connect with psql and authentication...
Nice video Hitesh Sir.........
When to choose Nodejs and when to use fastapi?
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.
Yes need full course about fastapi authentication and everything
Definitely gonna use this for my music application that i am developing on my personal interest.
Python is ❤
BTW, a Postgres integration would be very useful. I'm already waiting for it 🥰
Great work !!!
Please do make a indepth video on how can we use this a with database and authentication!!
Thanks for this btw!!🥳
Great video !! Thanks !!
Please make full tutorial for this on Learn code online !!! Where yu teach everything related to this and some practice projects !!
Great content. Yes we want more of such content with Postgres
Amazing Introduction to FASTAPI.
Yes, please make video on postgresSQL and authentication :)
Yes sir we want more in-depth like using postgresSQL and authentication
Thanks a lot for the video sir! Absolutely loved it!
Fast with mongo client 🔥 thank you for video ❤
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?
Great explanation Sir and FastAPI is really awesome.😀
Happy to see as first one to like and watch after upload😉
Hope you enjoyed it!
You missed to explain what fast api at the beginning. What can we do and what we can’t.
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...
Sir please make video on how to integrate Zoom videos in HTML,
Thank you! And please make video on FastAPI integration with Postgres.
Why should we use asynchronous in APIs?
Please make a video on PostgreSQL, authentication, Serialization, Permissions etc. Thanks for this tutorial I love it.
FastAPI looks great, but does its idea of how type annotations should be used play nice with mypy?
hi Hitesh, do we need to create virtual env using pipenv? Can we not use a non vitual env?
It is like next version of Flask. Like it.
please make in depth video for Fastapi and Postgresql
Please make a video integrating this app to a db preferably postgres/mongodb
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😇
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
Yes, please make in depth video of postgres and authentication.
check SQLAlchemy and JWT_extended library in python for it
Please make a tutorial video on fastapi with sqlite/postgres Database in depth.
Please make a video on in-depth like using postgresSQL and authentication
I would request for GraphQL and Fast api
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?
Yes sir, In depth tutorial needed
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?
I want speak like would you suggest me ? Where should I start and where to go online or offline?
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...👍
for sure sir, ''''' :) we would love to have a database example as well
What's the mic you are using??
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. :)
this is just one viedo ?? or you have play list
Surprised with the doc functionality... please make a video with postgres and authentication..It would be extremely helpful sir
Pls sir , make full tutorial with fastAPI , like a web application .
Hope you will look into that.
yes, sir i want more in deepth knowledge about fast api , i want to know about authentication,using postgress
Looks like express of python.
Is it python backend framework?
Sir how to fetch multiple models data in single model,
Like search function
Please make a go based api building course
What are the prerequisites for this video
Hitesh awesome video , can you please make a video with fast api and MongoDB
I'm Here just to know font family name that you use in vscode.
Yes bro we need postgresql and user authentication
Any benefits using Fast api instead of Flask?
Wow...it will be great, if you can create an in-depth video.
What about authentication
I mean you dont want any one to add a new course there must be some authentication before adding a course....
Please make a second part of this and add authenticate init
awesome outro...
Difference between fast API and GraphQl?
Make a full stack course on this FastAPI with nextjs e-commerce app or something.
what font you're using?
Can i use it in place of node.js?
Can you make a video of Supabase (a Firebase alternative)?
Sir what's the prerequisites...?
hey Sir, is there any chance of upcoming course/series on AWS with CDK?
Sir can we have all about skillset that you have
I've used this for an API 😁
Awesome video, thanks a lot!