import asyncio: Learn Python's AsyncIO #1 - The Async Ecosystem

  Рет қаралды 89,219

EdgeDB

EdgeDB

Күн бұрын

This series of videos introduces AsyncIO to Python programmers who haven't used it yet. The first episode is a high-level view on the async ecosystem. We cover:
- why you'd want to use asynchronous code at all;
- how latency drives the user experience;
- what the difference between concurrency and parallelism is;
- some of the problems you can encounter with threads, and with threads in Python in particular;
- a short story about select, the OG of async calls; and
- the history of asynchronous programming in Python that led to AsyncIO.

Пікірлер: 114
@PawlTV
@PawlTV 2 жыл бұрын
This series is the most complete AsyncIO tutorial on KZfaq. Massive thumbs up! :)
@luxetim1541
@luxetim1541 2 жыл бұрын
:( why it is hard
@itsfoss5268
@itsfoss5268 9 ай бұрын
@@luxetim1541 😅
@cstechnique
@cstechnique 8 ай бұрын
Since the moment he mentioned 'select sys call,' I didn't understand what he was saying. It's specialized knowledge about Linux and networking, which I'm not familiar with. Perhaps there should be a course that introduces async for the majority of learners, without such academic knowledge
@victornikolov537
@victornikolov537 7 ай бұрын
I am putting this on pause at 38:56 to comment here. I've never thought it would be so interesting to listen about all the history and the path that led to Asycnio. Thank you.
@ekkamailax
@ekkamailax 3 жыл бұрын
You're one of the few people on the planet who understanding the psychology of explaining things effectively. Great video.
@sirius7584
@sirius7584 2 жыл бұрын
19:58 Gilectomy -> overcoming the limitation of GIL is not easy. 23:13 the goal of asyncio -> maximize the usage of a single thread. 29:15 event loop -> Select syscall as a solution to waste of CPU or lag
@cstechnique
@cstechnique 8 ай бұрын
Since the moment he mentioned 'select sys call,' I didn't understand what he was saying. It's specialized knowledge about Linux and networking, which I'm not familiar with. Perhaps there should be a course that introduces async for the majority of learners, without such academic knowledge
@munteanionut3993
@munteanionut3993 17 күн бұрын
thanks a lot for the clarifications!
@senpos
@senpos 4 жыл бұрын
Loving it! Especially the part about using blocking stuff in my async codebase. Sometimes it is not as convenient as it could be. Also, errors handling and debugging usually missed in such series, thanks for not skipping it!
@senses0
@senses0 4 жыл бұрын
This is very well thought out and provides context, history and answers the WHYs before taking a shortcut to ide/code editor. Highly recommended for anyone interested in understanding crucial concepts behind the asyncio implementation. Looking forward to the rest of the episodes!
@cstechnique
@cstechnique 8 ай бұрын
Your teaching style is not really good and not intuitive. Going through a series of PEPs and just briefly introducing them, how can viewers understand what you are saying? This is a lecture, not a movie. Viewers need to watch attentively and carefully to understand, unlike a movie where viewers can watch or not, or fast forward to another part, and viewers don't get a headache from watching a movie.
@IvanAndreScheel
@IvanAndreScheel 4 жыл бұрын
Came here after listening to you on the Real Python Podcast. This is some amazing insight into Python's AsyncIO. Keep it up!
@danielrosenwald
@danielrosenwald 3 жыл бұрын
Explained things so well! Loved hearing the history of asyncio to contextualize it's current implementation. To say you did your homework would be an understatement! Thanks again
@dhiegorp
@dhiegorp 3 жыл бұрын
Congrats for this video! The most complete I`ve ever seen, specially the historic part. Knowing which concepts and early ideas participated in the creation/evolution of asyncio and its peers was great. Definetely I`ll check the rest of the series.
@keshavsingh489
@keshavsingh489 11 ай бұрын
Thanks a lot for this video! Watched a lot of asyncio and no one had explained it as well as you did. Please keep sharing !!
@minyakonga8897
@minyakonga8897 11 ай бұрын
Awesome introduction, I need to check all these PEPs and libraries, learned a lot. Thanks EdgeDB.
@paulmarkus4917
@paulmarkus4917 2 жыл бұрын
I have been trying to learn AsyncIO in Python for a while now and this is by far the best (clear, concise, deep) resource I have found. Massive thanks to Lukasz and Edge DB team for arranging this!
@hmx7497
@hmx7497 3 жыл бұрын
讲的太好了,找了很久有关python asyncio相关的高级知识,现在终于看到了,谢谢你无私的分享
@andreostrufka69
@andreostrufka69 3 жыл бұрын
Hello. Your video is awesome! I am from Brazil, I started working with AsyncIO and python a few weeks ago, and your content is being so helpful. I hope you keep doing that. Congratulations!
@ruijungao
@ruijungao 3 жыл бұрын
Amazing detailed introduction to the history of asyncio and so much stuff about the ecosystem of coroutine in Python, loving it and thanks!
@ReubenCleetus
@ReubenCleetus 3 жыл бұрын
A very thorough discussion! So informative, and the speaker is excellent.
@illiaavdiienko8177
@illiaavdiienko8177 4 жыл бұрын
love it! keep doing tutorials, they are really nice
@Meritumas
@Meritumas 3 жыл бұрын
Great tutorial! Thank you, Lukasz for taking the time and explaining asyncio.
@kobooa
@kobooa 3 жыл бұрын
Jestem absolutnie zachwycony twoim tłumaczeniem :D Miło słyszeć, że ktoś to tak świetnie tłumaczy - domyślam się, że nie tylko ja to mówię, ale i tak zostawiam komentarz dla zasięgu :P
@btel
@btel 6 ай бұрын
Great lecture series. After spending hours online and looking at asyncio implementation, I am finally starting to get it. Thank you so much!
@wellspokenman81
@wellspokenman81 3 жыл бұрын
this is amazing work. I've bounced off a half dozen asyncio tutorials but it's finally, finally starting to click for me. rlogin was my bathtub moment - many thanks.
@Factory400
@Factory400 3 жыл бұрын
Wow! This is a gem....super impressed with the depth. Love this.
@anibalismaelfermandois6943
@anibalismaelfermandois6943 2 ай бұрын
This is a super super good video. I didn't expect such a comprehensive take on async await.
@recordable542
@recordable542 8 ай бұрын
This is the BEST asyncio video I have watched so far! I'm bound to applaud
@seydoudia7828
@seydoudia7828 4 жыл бұрын
This is so excellent! I will borrow the bartender analogy to explain concurrency from now on. Subscribed and thank you!
@edboythinks
@edboythinks 2 жыл бұрын
i never thought, as someone who has been learning python since 8 weeks ago, that i would have such an intimate knowledge of a module before i ever knew how to implement it
@LukVerhelst
@LukVerhelst Жыл бұрын
This explanation is the best I ever came across on the subject of asynchronous handling ❤
@Penfold__
@Penfold__ 2 ай бұрын
Mate thank you for putting these together, you’re a great teacher.
@atmospheric_b
@atmospheric_b 3 жыл бұрын
i thought i will listen to core details in asyncio but man this is SO interesting i should watch the whole playlist! Thank you very much
@slonbeskonechen8310
@slonbeskonechen8310 2 жыл бұрын
simple and circumstantially! Thank you!
@hubertzelek7780
@hubertzelek7780 2 жыл бұрын
Łukasz, this is some very, very, very in detail history knowledge which I'm deeply grateful to you! Thanks for your time and effort. I'm going to continue on rest of the movies! Buy this man a beer!
@jesavius
@jesavius 4 жыл бұрын
Learning the fundamentals of Asyncio and building an app with Starlette and EdgeDB!? This will be the best KZfaq series for Python devs in the history of KZfaq Videos about Python!!!
@anuragshrestha7711
@anuragshrestha7711 3 жыл бұрын
You should make more videos. Really nice examples and thoughtful.
@pietraderdetective8953
@pietraderdetective8953 8 ай бұрын
OMG your explanation is one of the most comprehensive yet relaxed hence easy to understand. Liked and subscribed! You have an amazing channel Sir!
@fibromyalgie-traitement2600
@fibromyalgie-traitement2600 2 жыл бұрын
Amazing piece of content. Thank you so much for such fantastic quality of information. Special mention for performing the donkey from shrek's "are we there yet" !
@laysauchoa7557
@laysauchoa7557 Жыл бұрын
Thanks for sharing your knowledge and explaining this hard to grab concepts with such elegance 👏
@getitjob
@getitjob 3 жыл бұрын
Łukasz big Thanks :). Your knowledge is huge and you are really good as you-tuber. I have tried this and it is no easy.
@asim-gandu-phenchod
@asim-gandu-phenchod 3 жыл бұрын
Love to see a detailed series on async
@rogerbrinkmann
@rogerbrinkmann 3 жыл бұрын
Great content, exactly what I was looking for!
@tourdesource
@tourdesource Жыл бұрын
A true masterclass. Thank you!
@naeemkhoshnevis
@naeemkhoshnevis 3 жыл бұрын
Very well prepared and presented. Thanks.
@imaurer
@imaurer 4 жыл бұрын
Thanks Łukasz for these videos and for the black formatter.
@mohammadyahya78
@mohammadyahya78 Жыл бұрын
Wow! Thank you. I wish if you had a book about threadin in Python.
@JayJay-ki4mi
@JayJay-ki4mi 8 ай бұрын
Fellow ex. FB employee too. I worked in security. Great course to get me up to speed with this library.
@amidfallen
@amidfallen 3 жыл бұрын
wow, thank you! I hope I will obtain enough knowledge to implement Asyncio in my Flask project.
@AurelioCosta
@AurelioCosta 3 жыл бұрын
Really nice explanation. Thanks
@laguitte
@laguitte 4 жыл бұрын
Very nice start to what promises to be a very interesting series. One thing I'm not sure about: one hand you say "the GIL is what makes python fast" and you work on asyncio to make it even faster; on the other hand I see Google starting the S4TF team to push for ML to be written in Swift because "python is slow". Who is right ?
@EdgeDB
@EdgeDB 4 жыл бұрын
Good question! Python is both a programming language that you see in your text editor, as well as a runtime that executes your program. It is impossible to think about Python just looking at the source code without thinking how it behaves - or can behave - at runtime. An important feature of Python is that nothing is private, everything is mutable and introspectable. Plenty of features of Python rely on this design. This puts some constraints on how fast native Python can run, for example due to very widespread usage of dictionaries, duck typing, and so on. When we're saying that the GIL is what makes Python fast, we mean that without the GIL the particular design that CPython is an implementation of, would be less efficient without a single global interpreter lock. Other programming languages have different sets of guarantees and features, sometimes very specifically chosen to allow better native performance. While Swift isn't particularly interesting in this space, we at EdgeDB are quite excited about Rust for systems programming. Our database server already includes Rust code for some performance-critical bits (which in the old times would typically be handled by writing a C extension).
@foxdeveloper7707
@foxdeveloper7707 3 ай бұрын
Crisp and detailed contents with nice presentation. :) --> and going to try edge DB
@borisrunakov1662
@borisrunakov1662 3 жыл бұрын
Thank you for the video! I got a bit confused at about 12:45 where you explain who catches the error when adding to the dictionary and what thread propagates it. Could you please elaborate? Thanks in advance !
@paffcio4050
@paffcio4050 4 жыл бұрын
When you talk about the event loop you often bring up the picture with those callbacks. It was always rather confusing to me. I finally understood what did you mean by it. Thanks
@PythBuster
@PythBuster 3 жыл бұрын
Amazing, thank you so much! :)
@EmrahBilbay
@EmrahBilbay 4 жыл бұрын
Great stuff! Love it
@dewashyadubey9829
@dewashyadubey9829 5 ай бұрын
Correct me if I'm wrong. I have an example for deadlock, "You are trying to find job to gain experience, but need experiance to get a job"
@kobooa
@kobooa 3 жыл бұрын
Możliwe, że i ten komentarz jest dla zasięgu :P, ale w tym powiem, że też miło w końcu rozumieć skąd to wszystko się wzięło :D
@pyderator
@pyderator 3 жыл бұрын
Great Explanation !!
@BaselHamadeh
@BaselHamadeh 4 жыл бұрын
This is awesome. Thanks alot
@busydying
@busydying 4 жыл бұрын
Maybe it worth to cover ASGI as well before moving to Starlette, it would be consistent with the bottom to top approach you've chosen. I can't wait for the EdgeDB section though :)
@KulvinderSingh-pm7cr
@KulvinderSingh-pm7cr 3 жыл бұрын
Splendid job 🤘
@y.bibaev
@y.bibaev 3 жыл бұрын
Thanks. Very interesting
@Fran-kc2gu
@Fran-kc2gu 2 жыл бұрын
I just finished the podcast on Real Python came here for more :D
@pahehepaa4182
@pahehepaa4182 3 жыл бұрын
It's been more than 5 months since the last video. Will you add the remaining parts or will we be left hanging midway ? :/
@uploadvoice
@uploadvoice 3 жыл бұрын
Would it be as efficient as node's main loop ?
@aaronjiang9478
@aaronjiang9478 5 ай бұрын
Are there any articles or blogs that accompany the videos?
@DannyZaharia
@DannyZaharia 4 жыл бұрын
Great series! when's the next video coming up?
@EdgeDB
@EdgeDB 4 жыл бұрын
We're uploading it right now. We'll be targeting to release at least one new episode per week.
@tarassavchenko2317
@tarassavchenko2317 3 жыл бұрын
really interesting tuts
@shrishtychandra2003
@shrishtychandra2003 3 жыл бұрын
Great video.. Seriously
@bartek9167
@bartek9167 3 жыл бұрын
Just out of curiousity, how many times were you recording the part with 6 seconds sleep and adding another variable? :D
@hosseinsokhandan450
@hosseinsokhandan450 3 жыл бұрын
That was precious.
@pldvs
@pldvs 2 ай бұрын
Nice. Thanks.
@rafaelacioly3252
@rafaelacioly3252 4 жыл бұрын
Super nice!
@bertproeme4535
@bertproeme4535 3 жыл бұрын
What causes this? --> RuntimeError: asyncio.run() cannot be called from a running event loop
@jaysonklau3683
@jaysonklau3683 3 жыл бұрын
Jupyter problem?
@francescolucantoni3243
@francescolucantoni3243 4 жыл бұрын
AWESOME!
@jsr7599
@jsr7599 3 жыл бұрын
The video where it clicked, thanks.
@Alexus736
@Alexus736 3 жыл бұрын
Very good
@alexezio3352
@alexezio3352 3 жыл бұрын
Great Vedio!!!!!!!!!!
@cstechnique
@cstechnique 8 ай бұрын
Since the moment he mentioned 'select sys call,' I didn't understand what he was saying. It's specialized knowledge about Linux and networking, which I'm not familiar with. Perhaps there should be a course that introduces async for the majority of learners, without such academic knowledge
@fringefringe7282
@fringefringe7282 2 жыл бұрын
Piekna sprawa.
@bhuller0164
@bhuller0164 Жыл бұрын
Sometimes explaining just the main point is good rather than giving overwhelming information.
@human-011
@human-011 3 жыл бұрын
My doubt is, how that bartender (25:04) goes back to previous customers? please reply
@akhil3365
@akhil3365 2 жыл бұрын
what is the difference between qrequests and asyncio
@berryk.4174
@berryk.4174 2 жыл бұрын
Exactly wait I was looking for, after watching a couple of other tutorials on async(io) (around 30~45m each) I felt like they all barely touched base and put code on the screen way to fast for me to grasp all concepts.
@berryk.4174
@berryk.4174 2 жыл бұрын
actually, just watched this first episode and am really pleased with the content. I'm going to watch the rest tomorrow.
@random_act
@random_act 3 жыл бұрын
nice
@user-fz9zg5gt4c
@user-fz9zg5gt4c Жыл бұрын
спасибо яндекс что я могу смотреть это видео на русском но главное спасибо автору видео :)
@Busan2
@Busan2 3 жыл бұрын
23:10 There's one more thing!
@ceoofthen-word8849
@ceoofthen-word8849 2 жыл бұрын
"Mr White, I'm gonna teach you asyncio"
@mahdisecurity1700
@mahdisecurity1700 3 жыл бұрын
hi this is a great video but if with code programming is better and more example and write your example such as senario. god willing
@itsfoss5268
@itsfoss5268 9 ай бұрын
Dude, you even mentioned K8S and Fargate in the introductory series. I gues this is not meant for someone who is fairly new to these things huh?
@rochakgupta6116
@rochakgupta6116 Жыл бұрын
I was looking for copper and found gold
@voilin
@voilin 2 жыл бұрын
It would have been most amazing python async series if only black resorted to single quotes
@tamos2006
@tamos2006 3 жыл бұрын
consider changing ur career to instructor, everything is just well exaplined.
@ehsanreghabi
@ehsanreghabi Жыл бұрын
Who's here from real python podcast?
@luscasleo
@luscasleo 18 күн бұрын
I feel bad for the bartender
@zofiagaming4281
@zofiagaming4281 3 жыл бұрын
You have lost me on bartender analogy Łukasz ;) I guess you should see what real bartenders do in a busy place!
@adithp1051
@adithp1051 5 ай бұрын
reading off the script
@notAvn
@notAvn 2 жыл бұрын
until minute 31 i liked the video but than u went way too indepth into history idc about
@RevFried
@RevFried 4 жыл бұрын
this guy is pretty average looking I guess
@llanga
@llanga 4 жыл бұрын
Awww, that's the nicest thing anyone has ever said to me ♥️
@cstechnique
@cstechnique 8 ай бұрын
Hi Langa, Since the moment he mentioned 'select sys call,' I didn't understand what he was saying. It's specialized knowledge about Linux and networking, which I'm not familiar with. Perhaps there should be a course that introduces async for the majority of learners, without such academic knowledge @@llanga
@cstechnique
@cstechnique 8 ай бұрын
Your teaching style is not really good and not intuitive. Going through a series of PEPs and just briefly introducing them, how can viewers understand what you are saying? This is a lecture, not a movie. Viewers need to watch attentively and carefully to understand, unlike a movie where viewers can watch or not, or fast forward to another part, and viewers don't get a headache from watching a movie. @@llanga
@cstechnique
@cstechnique 8 ай бұрын
Your teaching style is not really good and not intuitive. Going through a series of PEPs and just briefly introducing them, how can viewers understand what you are saying? This is a lecture, not a movie. Viewers need to watch attentively and carefully to understand, unlike a movie where viewers can watch or not, or fast forward to another part, and viewers don't get a headache from watching a movie.
@rajatsharma6137
@rajatsharma6137 2 жыл бұрын
not very useful for me....felt like you are reading from a book...maybe good for advanced python programmers..
import asyncio: Learn Python's AsyncIO #2 - The Event Loop
36:07
Python Hash Sets Explained & Demonstrated - Computerphile
18:39
Computerphile
Рет қаралды 104 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,7 МЛН
Be kind🤝
00:22
ISSEI / いっせい
Рет қаралды 13 МЛН
Ну Лилит))) прода в онк: завидные котики
00:51
Python Asynchronous Programming - AsyncIO & Async/Await
25:57
Tech With Tim
Рет қаралды 412 М.
AsyncIO and the Event Loop Explained
13:34
ArjanCodes
Рет қаралды 19 М.
Demystifying Python's Async and Await Keywords
1:18:53
JetBrains
Рет қаралды 97 М.
The Python Global Interpreter Lock - Explained
4:57
Tech With Tim
Рет қаралды 57 М.
Intro to async Python | Writing a Web Crawler
14:23
mCoding
Рет қаралды 72 М.
How To Easily Do Asynchronous Programming With Asyncio In Python
23:09
Next-Level Concurrent Programming In Python With Asyncio
19:19
ArjanCodes
Рет қаралды 162 М.
⌨️ Сколько всего у меня клавиатур? #обзор
0:41
Гранатка — про VR и девайсы
Рет қаралды 646 М.
Apple watch hidden camera
0:34
_vector_
Рет қаралды 48 МЛН