I don't have much time to elaborate a comment (I have to create my first REST API with Python today as a technical challenge for a job), but: FANTASTIC VIDEO!!!!!!!!!
Thank you for the clear and concise comparison. One question: can the FastAPI's documentation page be used as a GUI for the API? I mean it is possible to put that on a server so a user can access it, enter values as inputs and get a reponse back?
Yep! So wherever you have it deployed, going to the /docs route will allow access to that Swagger UI where users can make requests. I would say be mindful of authorization there tho. Happy coding!
Yep totally -- i have used it with React before. I would recommend being really careful with your folder structure tho -- its a microframework planning to accommodate something large is really helpful. The fastapi team gives a really good guide here: fastapi.tiangolo.com/tutorial/bigger-applications/
Honestly, I do not know why anybody should now consider Django/Flask rest,now that we have fastapi, which is a rest first framework instead of a bolt on plugin...
Holy shit. In 5 minutes you cleared up little doubts I've had over the past few years. You need to do more. Your channel will blow up.
Great video, thank you. I'd love to see a simple project in FastAPI from start to finish.
You have a great style, keep it up.
th-cam.com/video/0sOvCWFmrtA/w-d-xo.html
Really found this video useful, you explain things very well!
Thanks so much!! Motivation to make more content 😀
@@PhillipRubin Please do!
I don't have much time to elaborate a comment (I have to create my first REST API with Python today as a technical challenge for a job), but: FANTASTIC VIDEO!!!!!!!!!
Thanks!! Good luck you can do it 👏
Great Content,
It was easy to understand the concept of wsgi applications and how fast api stand out with its feature.
All the best!
Much appreciated!!
Hi.
Hola, buen video 👍
Consulta: de los 3 frameworks: Django, FastApi y Flask... Cuál recomendarias para este 2022.o 2023.??
Saludos
Thank you for the clear and concise comparison. One question: can the FastAPI's documentation page be used as a GUI for the API? I mean it is possible to put that on a server so a user can access it, enter values as inputs and get a reponse back?
Yep! So wherever you have it deployed, going to the /docs route will allow access to that Swagger UI where users can make requests. I would say be mindful of authorization there tho. Happy coding!
@@PhillipRubin Thank you very much for the response.
@@Sam-tg4ii Anytime! Thanks for watching
Really great explanation, thanks
Hi can we use fastapi for larger projects? With react or vue as Frontenf
Yep totally -- i have used it with React before. I would recommend being really careful with your folder structure tho -- its a microframework planning to accommodate something large is really helpful. The fastapi team gives a really good guide here: fastapi.tiangolo.com/tutorial/bigger-applications/
@@PhillipRubinthanks rubin,yes the project structure is kind of scary with the import files
I'm looking for a framework similar to Laravel with Database migrations. Any idea?
In this case go for Django.
Extremely helpful!
wow. did not know about the fast api. thank you
very helpful video
Who is more fast? Based on performance and scaling?
Fast-api
fastapi, for the most part
Love the content!
Love your voice and clear explanation! Keep it going!
Great video, thank you.
Is it really a video, if he can teach this well only with audio, idk how his video explanation is going to be. :)
Ok - Im' your 14'th subscriber...
14th of many hopefully!!
I ❤ Flask
Honestly, I do not know why anybody should now consider Django/Flask rest,now that we have fastapi, which is a rest first framework instead of a bolt on plugin...
Hello