Asynchronous Web Apps in Python

preview_player
Показать описание
Building your future web app.

Stop copy-pasting snippets to piece together a FastAPI app you don't really understand. Instead, buckle down and take the time to learn the fundamental building blocks that async web app frameworks in Python are built on top of. That way, you won't be stuck when there's no tutorial to copy from.

SUPPORT ME ⭐
---------------------------------------------------
Sign up on Patreon to get your donor role and early access to videos!

Feeling generous but don't have a Patreon? Donate via PayPal! (No sign up needed.)

Want to donate crypto? Check out the rest of my supported donations on my website!

Top patrons and donors: Jameson, Laura M, Dragos C, Vahnekie, Neel R, Matt R, Johan A, Casey G, Mark M, Mutual Information, Pi

BE ACTIVE IN MY COMMUNITY 😄
---------------------------------------------------

CHAPTERS
---------------------------------------------------
0:00 Intro
1:14 The ASGI Specification
3:04 What an ASGI app looks like
4:37 Our first ASGI app
7:41 The lifespan connection
9:10 HTTP connections
12:05 Routing like FastAPI
13:27 The Response object
14:42 Starting to see the big picture
Рекомендации по теме
Комментарии
Автор

Thanks for this really valuable content. Teaching the fundamentals of a technology and not just an implementation tutorial is what is really lacking in the youtube space!

smnomad
Автор

dude, thanks! I was just tasked to understand our core FastAPI app at my company, this is perfect!

robosergTV
Автор

YES, so glad we're getting a series on this!
It's such a great project design, can't wait to find out all the little things I've been doing wrong :P

adamdapatsfan
Автор

I appreciate you starting at the fundamentals.

brothertyler
Автор

Thanks for starting this amazing series 🙌

Sandeep-zddq
Автор

this was perfect, I couldn't understand asgi before but now its a lot more clear

farhadeviltrg
Автор

Quality content as usual, the ASGI series will be great!

matis
Автор

This was a great video, thank you! Would also be very cool to see you implement routers, route ordering, subdomain routing and middlewares in a part 2.

nicolaipre
Автор

This comes at a perfect time, thank you for making this series!

dirtdart
Автор

Loved the video, thanks for this kind of low level content!!

manuelangelsuarezalvarez
Автор

Thank you for this. Struggling with async presently.

AaronGayah-drlu
Автор

Much needed! Thanks for the making series for it.

sandie_jr
Автор

very eye opening, waiting for future installments!

boolmax
Автор

2:20, you could and you should write an HTTP parser, as en exercise. It's easy to understand and work with. After that you got a knowledge not only on protocol but also on how it works.

With such great number of frameworks, new coming developers do not understand basics, and it's a shame.

Cavema
Автор

I'm probably misunderstanding but why would a standard such as ASGI be designed for/tailored specifically towards Python? Is this not something that multiple languages (that of course support async programming) could benefit from ASGI? Is there anything fundamentally standing in the way to implement an ASGI protocol server for use in other languages?

Razerblue
Автор

Instructions unclear. Started raising a whole herd of goats

prakashkalluri
Автор

Why did he stop posting videos
Please continue making more such videos its really helpful 😢

bhalutagda
Автор

4:57 Can this be expressed via the `Coroutine` from `typing`?
(btw, I use Manjaro, not Arch)

nemoumbra
Автор

i actually want to see the regex for the http request header

mistervallus
Автор

When's the Litestar series drop? 👀

monorepo
welcome to shbcf.ru