Finally wait is over. Please cover depth & don't hesitate to make long videos. We are here to watch full videos ✌️
@bugbytes3923 Жыл бұрын
Thanks! Will do.
@МаксимБалашов-м3г Жыл бұрын
FastAPI is great! This is my main framework for work. It will be interesting to hear about the features of this tool!
@Septumsempra8818 Жыл бұрын
I've been tryna change from django to fastAPI or GO, but django has great batteries for security, Middleware, and admin etc. How hard is it to get a secure app that can handle production loads with fastAPI?
@briancornielle29916 ай бұрын
First video that I see of this channel and I just subscribed. Excellent work, I can't wait to see more content!!
@AmoahDevLabs Жыл бұрын
Great. Always on point. Thanks for inspiring others to explore.
@bugbytes3923 Жыл бұрын
Thanks as always!
@Tolenosect4 ай бұрын
Thank you very much,i`m from russia and I learn English and your pronunciation is so good,I understood everything in this video!
@bugbytes39234 ай бұрын
Awesome, glad to hear that - thank you for sharing!
@robhafemeister3100 Жыл бұрын
Looking forward to this series of videos.
@bugbytes3923 Жыл бұрын
Thanks Rob!
@sebwylleman Жыл бұрын
Love this, perfect timing. Even better if you could sprinkle a little bit of HTMX to make it full stack! Top lad
@bugbytes3923 Жыл бұрын
Cheers man. I'll show some more FastAPI templating stuff with HTMX later !
@seydinaoumarsamabaly1806 Жыл бұрын
Very Good Video, I liked it before watching it !
@bugbytes3923 Жыл бұрын
Thanks a lot, as always!
@nikren2248 Жыл бұрын
Great video. I like how you explaining things so simple and understandable. Can you please tell me if FastAPI would be a good first framework for a newbie in web development after learning the basics of Python and OOP or is it better to look towards Flask/Django?
@bugbytes3923 Жыл бұрын
Thanks a lot! I think FastAPI would be a great choice, yes!
@dimamichaelis33956 ай бұрын
спасибо большое, брат! у тебя классный и полезный канал, продолжай дальше!
@bugbytes39236 ай бұрын
Спасибо!
@gentjanmateli8253 Жыл бұрын
Great, Thanks for this video
@bugbytes3923 Жыл бұрын
Thanks for commenting and watching!
@pythonmaster3093 Жыл бұрын
Cool you have done sth about fastapi.
@bugbytes3923 Жыл бұрын
Thanks - it's a nice one to work with!
@JonkerKoorts6 ай бұрын
Absolutely love this content. Keep up the good work. You can go ahead and make long videos where you build out full application and I will watch straight through. If possible. Could you after this series (I know there is still a lot for me to see), maybe create an application using Python with FastAPI as a backend server, react vite for a frontend and host both on Azure with a Azure Postgres DB and Auth also included in the video. WOULD ABSOLUTELY ADORE YOU!!! Anyways. Hazza. Onward to victory 🚀
@bugbytes39235 ай бұрын
Thanks for your feedback and suggestions! I'm hoping to do a proper app using FastAPI and React at some point, with Postgres as the DB. Will try and start this ASAP!
@JonkerKoorts5 ай бұрын
@@bugbytes3923 Wonderful. I will be on the lookout. 🚀 Exited
@amine6340427 күн бұрын
Thsnk you for these videos. I have a quesiton for you please, what do you recommend to build APIs Fast API for Django ?
@bugbytes392327 күн бұрын
@@amine63404 I like both, for new projects that are API-first I would pick FastAPI, otherwise Django
@losco_arti Жыл бұрын
Cool, FastAPI Iis coming from you! Thanks
@bugbytes3923 Жыл бұрын
Thanks for watching!
@frameff9073 Жыл бұрын
thank you
@bugbytes3923 Жыл бұрын
Thanks for watching, as always!
@jjustcro6 ай бұрын
Hi, I’m struggling to get my html to fetch my FastAPI route response via jinja template. What are the chances of a consultation with you?
@abdullahfurquan392111 күн бұрын
Can you please share the repo/code of all video of this playlist .
@betogsmith6155 ай бұрын
Thanks for sharing this!
@bugbytes39235 ай бұрын
No worries - thanks for watching!
@praveenjp36172 ай бұрын
but using domain url, I couldn't able to access the swagger. May I know how can I handle it?
@the-antroy Жыл бұрын
Great! Keep going sir.
@bugbytes3923 Жыл бұрын
Thank you! Will do.
@keyton_weissinger Жыл бұрын
Lyle, if you already have an extensive Django application but want to add a proper API layer would you add FastAPI into the mix somehow or stay with DRF?
@bugbytes3923 Жыл бұрын
With an extensive Django app already in place, maybe it'd be easier to add DRF into the mix and re-use the Django models that already exist in the app. However, I think it depends on the context of what you have to do. Maybe your API needs to interface with data from multiple sources, NoSQL databases, ML models, etc - if you're going down that route, FastAPI is probably a leaner option for the API than Django with DRF. Very contextual, I think - nothing wrong with a bit of DRF though!
@hamzaelmhoujab23507 ай бұрын
Thank you bro ! 🥊
@bugbytes39236 ай бұрын
Thanks for watching bro!
@ДимаПолушкин-ш6б5 ай бұрын
Спасибо тебе за видео!
@bugbytes39235 ай бұрын
Спасибо!
@lokeshkrjha33765 ай бұрын
Thanks for this great video
@bugbytes39235 ай бұрын
Thanks for watching!
@freshnews7198 Жыл бұрын
@BugBytes sir please share Django playlist
@nehat786 Жыл бұрын
Sir please make a project with with real time features, just like firebase realtime database. Fastapi websocket docs is quite limited.
@bugbytes3923 Жыл бұрын
Thanks for the suggestion, great idea!!
@mlamintamba8 ай бұрын
What extension are using to display your json ?
@hostbybits-webhostingforre68456 ай бұрын
no extension. Just Firefox
@alexandrodisla6285 Жыл бұрын
Hey Bugbytes, You can teach us to build powerhouse mvc and/or microservice with fastapi. uvicorn, typer | would love to see if we can configure some CLi func in a fastapi project, fastapi, pydantic, beanie | ODM built on of pydantic and pymongo & needs motors async | it has it's own migration, sqlmodel | built on top of sqlalchemy and pydantic, alembic | bring migration for a sql based project, (authentication and authorization) and docker. You can bring redis and rabbitmq or kafka
@bugbytes3923 Жыл бұрын
Thanks a lot for those suggestions, lots of interesting stuff!
@cdohnio Жыл бұрын
I would like to see this with HTMX
@bugbytes3923 Жыл бұрын
At some point I'll do another video on FastAPI + HTMX. There's one you can view here in the meantime! kzbin.info/www/bejne/r6aThZWAZ6eEqdE