FastAPI #1 Installation / API Routes / Swagger Docs

  Рет қаралды 27,951

BugBytes

BugBytes

Күн бұрын

Пікірлер: 64
@DhavalAhir10
@DhavalAhir10 Жыл бұрын
Finally wait is over. Please cover depth & don't hesitate to make long videos. We are here to watch full videos ✌️
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks! Will do.
@МаксимБалашов-м3г
@МаксимБалашов-м3г Жыл бұрын
FastAPI is great! This is my main framework for work. It will be interesting to hear about the features of this tool!
@Septumsempra8818
@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?
@briancornielle2991
@briancornielle2991 6 ай бұрын
First video that I see of this channel and I just subscribed. Excellent work, I can't wait to see more content!!
@AmoahDevLabs
@AmoahDevLabs Жыл бұрын
Great. Always on point. Thanks for inspiring others to explore.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks as always!
@Tolenosect
@Tolenosect 4 ай бұрын
Thank you very much,i`m from russia and I learn English and your pronunciation is so good,I understood everything in this video!
@bugbytes3923
@bugbytes3923 4 ай бұрын
Awesome, glad to hear that - thank you for sharing!
@robhafemeister3100
@robhafemeister3100 Жыл бұрын
Looking forward to this series of videos.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks Rob!
@sebwylleman
@sebwylleman Жыл бұрын
Love this, perfect timing. Even better if you could sprinkle a little bit of HTMX to make it full stack! Top lad
@bugbytes3923
@bugbytes3923 Жыл бұрын
Cheers man. I'll show some more FastAPI templating stuff with HTMX later !
@seydinaoumarsamabaly1806
@seydinaoumarsamabaly1806 Жыл бұрын
Very Good Video, I liked it before watching it !
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot, as always!
@nikren2248
@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
@bugbytes3923 Жыл бұрын
Thanks a lot! I think FastAPI would be a great choice, yes!
@dimamichaelis3395
@dimamichaelis3395 6 ай бұрын
спасибо большое, брат! у тебя классный и полезный канал, продолжай дальше!
@bugbytes3923
@bugbytes3923 6 ай бұрын
Спасибо!
@gentjanmateli8253
@gentjanmateli8253 Жыл бұрын
Great, Thanks for this video
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for commenting and watching!
@pythonmaster3093
@pythonmaster3093 Жыл бұрын
Cool you have done sth about fastapi.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks - it's a nice one to work with!
@JonkerKoorts
@JonkerKoorts 6 ай бұрын
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 🚀
@bugbytes3923
@bugbytes3923 5 ай бұрын
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!
@JonkerKoorts
@JonkerKoorts 5 ай бұрын
@@bugbytes3923 Wonderful. I will be on the lookout. 🚀 Exited
@amine63404
@amine63404 27 күн бұрын
Thsnk you for these videos. I have a quesiton for you please, what do you recommend to build APIs Fast API for Django ?
@bugbytes3923
@bugbytes3923 27 күн бұрын
@@amine63404 I like both, for new projects that are API-first I would pick FastAPI, otherwise Django
@losco_arti
@losco_arti Жыл бұрын
Cool, FastAPI Iis coming from you! Thanks
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for watching!
@frameff9073
@frameff9073 Жыл бұрын
thank you
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for watching, as always!
@jjustcro
@jjustcro 6 ай бұрын
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?
@abdullahfurquan3921
@abdullahfurquan3921 11 күн бұрын
Can you please share the repo/code of all video of this playlist .
@betogsmith615
@betogsmith615 5 ай бұрын
Thanks for sharing this!
@bugbytes3923
@bugbytes3923 5 ай бұрын
No worries - thanks for watching!
@praveenjp3617
@praveenjp3617 2 ай бұрын
but using domain url, I couldn't able to access the swagger. May I know how can I handle it?
@the-antroy
@the-antroy Жыл бұрын
Great! Keep going sir.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you! Will do.
@keyton_weissinger
@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
@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!
@hamzaelmhoujab2350
@hamzaelmhoujab2350 7 ай бұрын
Thank you bro ! 🥊
@bugbytes3923
@bugbytes3923 6 ай бұрын
Thanks for watching bro!
@ДимаПолушкин-ш6б
@ДимаПолушкин-ш6б 5 ай бұрын
Спасибо тебе за видео!
@bugbytes3923
@bugbytes3923 5 ай бұрын
Спасибо!
@lokeshkrjha3376
@lokeshkrjha3376 5 ай бұрын
Thanks for this great video
@bugbytes3923
@bugbytes3923 5 ай бұрын
Thanks for watching!
@freshnews7198
@freshnews7198 Жыл бұрын
@BugBytes sir please share Django playlist
@nehat786
@nehat786 Жыл бұрын
Sir please make a project with with real time features, just like firebase realtime database. Fastapi websocket docs is quite limited.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for the suggestion, great idea!!
@mlamintamba
@mlamintamba 8 ай бұрын
What extension are using to display your json ?
@hostbybits-webhostingforre6845
@hostbybits-webhostingforre6845 6 ай бұрын
no extension. Just Firefox
@alexandrodisla6285
@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
@bugbytes3923 Жыл бұрын
Thanks a lot for those suggestions, lots of interesting stuff!
@cdohnio
@cdohnio Жыл бұрын
I would like to see this with HTMX
@bugbytes3923
@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
@Sublian
@Sublian 6 ай бұрын
thanks bro
@sidds09
@sidds09 Жыл бұрын
great.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Cheers!
@jeffdeleon3177
@jeffdeleon3177 Жыл бұрын
When is the next tutorial?
@bugbytes3923
@bugbytes3923 Жыл бұрын
Maybe tomorrow! If not, Thursday.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 122 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
ER Model (Solved Problem 1)
7:49
Neso Academy
Рет қаралды 1 М.
Swagger is Gone in .NET 9! Replace It With This.
9:34
Nick Chapsas
Рет қаралды 94 М.
SQLModel + FastAPI: Say Goodbye to Repetitive Database Code
19:50
4 Tips for Building a Production-Ready FastAPI Backend
27:02
ArjanCodes
Рет қаралды 79 М.
Why You NEED To Learn FastAPI | Hands On Project
21:15
Travis Media
Рет қаралды 174 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН