FastAPI #2 - Path Parameters / Data Validation with Type-Hints & Enums

  Рет қаралды 10,796

BugBytes

BugBytes

Күн бұрын

Пікірлер: 23
@seydinaoumarsamabaly1806
@seydinaoumarsamabaly1806 Жыл бұрын
Always a pleasure to learn some from yours ! Thank you so much master !
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot !
@AmoahDevLabs
@AmoahDevLabs Жыл бұрын
Another great one.Thanks for your sharing your valuable time with us.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot, as always!
@mickhuby8786
@mickhuby8786 Жыл бұрын
Love your content on FastAPI! Would love to see a video on authentication with FastAPI and HTMX.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot! Definitely will look at that!
@dixon1e
@dixon1e Жыл бұрын
Excellent presentation, thank you!
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot!
@alexandrodisla6285
@alexandrodisla6285 Жыл бұрын
It's always cool to relearn quickly. I left a quick comment on your first video I hope you have the time to look at it. Thank you
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you! I'm not seeing your comment, sorry - can you repost here?
@Chiramisudo
@Chiramisudo 6 ай бұрын
4:51 What about this instead? `band = BANDS[band_id] if band_id < len(BANDS) else None`
@la-dev
@la-dev 5 ай бұрын
That's ugly and smelly code. Which is expecting that the band Ids will always be an ordered list in ascending order. Also it doesn't cater when you have the band Id is an ordered list but not starting from 1,2,3,4. That's even make it more ugliest, rotten and smelly. :D
@murtadanazar
@murtadanazar Жыл бұрын
Well done, there is a simple request: can you collect all the videos related to the series into a playlist? ❤
@bugbytes3923
@bugbytes3923 Жыл бұрын
Great idea thanks! I've added a playlist here (also in video description): kzbin.info/aero/PL-2EBeDYMIbQghmnb865lpdmYyWU3I5F1
@murtadanazar
@murtadanazar Жыл бұрын
@@bugbytes3923 Well done, thank you, God bless you ❤️
@hamzaelmhoujab2350
@hamzaelmhoujab2350 7 ай бұрын
Great Video 🤟
@bugbytes3923
@bugbytes3923 6 ай бұрын
Many thanks, glad you liked!
@TranslatoreAI
@TranslatoreAI 5 ай бұрын
its told me detaid not found 2:07
@frameff9073
@frameff9073 Жыл бұрын
thank
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you!
@Cyrixau
@Cyrixau Жыл бұрын
Are you still gonna upload django tutorials/vids or primarily fastapi for now?
@bugbytes3923
@bugbytes3923 Жыл бұрын
Lots more Django is coming up!
FastAPI and Pydantic - Model Classes and Nested Models
14:45
BugBytes
Рет қаралды 17 М.
How to use enums in fastapi
9:23
Pratham Sarankar
Рет қаралды 1,1 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
LangChain Tutorial (Python) #3: Output Parsers (String, List, JSON)
12:51
Python: A Quick Guide To Type Annotations (ft. Mypy)
11:25
Indently
Рет қаралды 36 М.
Enums in Python are SIMPLE but POWERFUL
11:47
Carberra
Рет қаралды 8 М.
Python Data Classes Are AMAZING! Here's Why
16:11
Tech With Tim
Рет қаралды 89 М.
Why You Should Use Pydantic in 2024 | Tutorial
13:56
ArjanCodes
Рет қаралды 84 М.
FastAPI & Alembic - Database Migrations in FastAPI apps
18:33