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.
@pingyunao51123 жыл бұрын
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.
@prasannayempada84393 жыл бұрын
kzbin.info/www/bejne/ZqSyp3aNe9KlqqM
@themarksmith3 жыл бұрын
Really found this video useful, you explain things very well!
@PhillipRubin3 жыл бұрын
Thanks so much!! Motivation to make more content 😀
@themarksmith3 жыл бұрын
@@PhillipRubin Please do!
@DaniloSilva-pl3sq3 жыл бұрын
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!!!!!!!!!
@PhillipRubin3 жыл бұрын
Thanks!! Good luck you can do it 👏
@nafisborkar49983 жыл бұрын
Great Content, It was easy to understand the concept of wsgi applications and how fast api stand out with its feature. All the best!
@PhillipRubin3 жыл бұрын
Much appreciated!!
@imansyaefulloh9 ай бұрын
Really great explanation, thanks
@stunning-computer-993 жыл бұрын
Extremely helpful!
@gunahawk68933 жыл бұрын
Hi can we use fastapi for larger projects? With react or vue as Frontenf
@PhillipRubin3 жыл бұрын
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/
@gunahawk68933 жыл бұрын
@@PhillipRubinthanks rubin,yes the project structure is kind of scary with the import files
@josemariadiy64002 жыл бұрын
Hi. Hola, buen video 👍 Consulta: de los 3 frameworks: Django, FastApi y Flask... Cuál recomendarias para este 2022.o 2023.?? Saludos
@Sam-tg4ii Жыл бұрын
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?
@PhillipRubin Жыл бұрын
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!
@Sam-tg4ii Жыл бұрын
@@PhillipRubin Thank you very much for the response.
@PhillipRubin Жыл бұрын
@@Sam-tg4ii Anytime! Thanks for watching
@6Sambora2 жыл бұрын
I'm looking for a framework similar to Laravel with Database migrations. Any idea?
@jorge18692 жыл бұрын
In this case go for Django.
@bronxed36663 жыл бұрын
wow. did not know about the fast api. thank you very helpful video
@tudatostrader3 жыл бұрын
Love your voice and clear explanation! Keep it going!
@someslav73373 жыл бұрын
Love the content!
@joaovictor-dl6ve3 жыл бұрын
Who is more fast? Based on performance and scaling?
@avithedev2 жыл бұрын
Fast-api
@biskitpagla2 жыл бұрын
fastapi, for the most part
@anasaljawa8582 жыл бұрын
Great video, thank you.
@Linuxdeveloper3 жыл бұрын
Ok - Im' your 14'th subscriber...
@PhillipRubin3 жыл бұрын
14th of many hopefully!!
@soniyaprasad778 ай бұрын
Is it really a video, if he can teach this well only with audio, idk how his video explanation is going to be. :)
@jasonscala58348 ай бұрын
I ❤ Flask
@kennstack013 жыл бұрын
Hello
@siphr2 жыл бұрын
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...