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

Ғылым және технология

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
    @PawlTV3 жыл бұрын

    This series is the most complete AsyncIO tutorial on KZread. 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

  • @ekkamailax
    @ekkamailax3 жыл бұрын

    You're one of the few people on the planet who understanding the psychology of explaining things effectively. Great video.

  • @victornikolov537
    @victornikolov5377 ай бұрын

    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.

  • @IvanAndreScheel
    @IvanAndreScheel4 жыл бұрын

    Came here after listening to you on the Real Python Podcast. This is some amazing insight into Python's AsyncIO. Keep it up!

  • @senpos
    @senpos4 жыл бұрын

    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
    @senses04 жыл бұрын

    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.

  • @paulmarkus4917
    @paulmarkus49172 жыл бұрын

    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!

  • @keshavsingh489
    @keshavsingh48911 ай бұрын

    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 !!

  • @dhiegorp
    @dhiegorp3 жыл бұрын

    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.

  • @recordable542
    @recordable5428 ай бұрын

    This is the BEST asyncio video I have watched so far! I'm bound to applaud

  • @danielrosenwald
    @danielrosenwald3 жыл бұрын

    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

  • @hmx7497
    @hmx74973 жыл бұрын

    讲的太好了,找了很久有关python asyncio相关的高级知识,现在终于看到了,谢谢你无私的分享

  • @sirius7584
    @sirius75842 жыл бұрын

    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

    29 күн бұрын

    thanks a lot for the clarifications!

  • @btel
    @btel7 ай бұрын

    Great lecture series. After spending hours online and looking at asyncio implementation, I am finally starting to get it. Thank you so much!

  • @andreostrufka69
    @andreostrufka694 жыл бұрын

    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!

  • @minyakonga8897
    @minyakonga889711 ай бұрын

    Awesome introduction, I need to check all these PEPs and libraries, learned a lot. Thanks EdgeDB.

  • @ReubenCleetus
    @ReubenCleetus3 жыл бұрын

    A very thorough discussion! So informative, and the speaker is excellent.

  • @Penfold__
    @Penfold__3 ай бұрын

    Mate thank you for putting these together, you’re a great teacher.

  • @anibalismaelfermandois6943
    @anibalismaelfermandois69432 ай бұрын

    This is a super super good video. I didn't expect such a comprehensive take on async await.

  • @kobooa
    @kobooa3 жыл бұрын

    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

  • @ruijungao
    @ruijungao3 жыл бұрын

    Amazing detailed introduction to the history of asyncio and so much stuff about the ecosystem of coroutine in Python, loving it and thanks!

  • @wellspokenman81
    @wellspokenman813 жыл бұрын

    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.

  • @Meritumas
    @Meritumas3 жыл бұрын

    Great tutorial! Thank you, Lukasz for taking the time and explaining asyncio.

  • @pietraderdetective8953
    @pietraderdetective89538 ай бұрын

    OMG your explanation is one of the most comprehensive yet relaxed hence easy to understand. Liked and subscribed! You have an amazing channel Sir!

  • @jesavius
    @jesavius4 жыл бұрын

    Learning the fundamentals of Asyncio and building an app with Starlette and EdgeDB!? This will be the best KZread series for Python devs in the history of KZread Videos about Python!!!

  • @illiaavdiienko8177
    @illiaavdiienko81774 жыл бұрын

    love it! keep doing tutorials, they are really nice

  • @LukVerhelst
    @LukVerhelst Жыл бұрын

    This explanation is the best I ever came across on the subject of asynchronous handling ❤

  • @edboythinks
    @edboythinks2 жыл бұрын

    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

  • @Factory400
    @Factory4003 жыл бұрын

    Wow! This is a gem....super impressed with the depth. Love this.

  • @seydoudia7828
    @seydoudia78284 жыл бұрын

    This is so excellent! I will borrow the bartender analogy to explain concurrency from now on. Subscribed and thank you!

  • @hubertzelek7780
    @hubertzelek77802 жыл бұрын

    Ł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!

  • @slonbeskonechen8310
    @slonbeskonechen83102 жыл бұрын

    simple and circumstantially! Thank you!

  • @tourdesource
    @tourdesource Жыл бұрын

    A true masterclass. Thank you!

  • @laysauchoa7557
    @laysauchoa7557 Жыл бұрын

    Thanks for sharing your knowledge and explaining this hard to grab concepts with such elegance 👏

  • @atmospheric_b
    @atmospheric_b3 жыл бұрын

    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

  • @naeemkhoshnevis
    @naeemkhoshnevis4 жыл бұрын

    Very well prepared and presented. Thanks.

  • @fibromyalgie-traitement2600
    @fibromyalgie-traitement26002 жыл бұрын

    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" !

  • @rogerbrinkmann
    @rogerbrinkmann4 жыл бұрын

    Great content, exactly what I was looking for!

  • @anuragshrestha7711
    @anuragshrestha77113 жыл бұрын

    You should make more videos. Really nice examples and thoughtful.

  • @asim-gandu-phenchod
    @asim-gandu-phenchod3 жыл бұрын

    Love to see a detailed series on async

  • @getitjob
    @getitjob4 жыл бұрын

    Łukasz big Thanks :). Your knowledge is huge and you are really good as you-tuber. I have tried this and it is no easy.

  • @JayJay-ki4mi
    @JayJay-ki4mi8 ай бұрын

    Fellow ex. FB employee too. I worked in security. Great course to get me up to speed with this library.

  • @imaurer
    @imaurer4 жыл бұрын

    Thanks Łukasz for these videos and for the black formatter.

  • @AurelioCosta
    @AurelioCosta3 жыл бұрын

    Really nice explanation. Thanks

  • @amidfallen
    @amidfallen3 жыл бұрын

    wow, thank you! I hope I will obtain enough knowledge to implement Asyncio in my Flask project.

  • @EmrahBilbay
    @EmrahBilbay4 жыл бұрын

    Great stuff! Love it

  • @KulvinderSingh-pm7cr
    @KulvinderSingh-pm7cr3 жыл бұрын

    Splendid job 🤘

  • @pyderator
    @pyderator3 жыл бұрын

    Great Explanation !!

  • @foxdeveloper7707
    @foxdeveloper77074 ай бұрын

    Crisp and detailed contents with nice presentation. :) --> and going to try edge DB

  • @mohammadyahya78
    @mohammadyahya78 Жыл бұрын

    Wow! Thank you. I wish if you had a book about threadin in Python.

  • @kobooa
    @kobooa3 жыл бұрын

    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

  • @PythBuster
    @PythBuster3 жыл бұрын

    Amazing, thank you so much! :)

  • @BaselHamadeh
    @BaselHamadeh4 жыл бұрын

    This is awesome. Thanks alot

  • @y.bibaev
    @y.bibaev3 жыл бұрын

    Thanks. Very interesting

  • @Fran-kc2gu
    @Fran-kc2gu2 жыл бұрын

    I just finished the podcast on Real Python came here for more :D

  • @paffcio4050
    @paffcio40504 жыл бұрын

    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

  • @jsr7599
    @jsr75993 жыл бұрын

    The video where it clicked, thanks.

  • @alexezio3352
    @alexezio33523 жыл бұрын

    Great Vedio!!!!!!!!!!

  • @laguitte
    @laguitte4 жыл бұрын

    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).

  • @tarassavchenko2317
    @tarassavchenko23173 жыл бұрын

    really interesting tuts

  • @shrishtychandra2003
    @shrishtychandra20033 жыл бұрын

    Great video.. Seriously

  • @borisrunakov1662
    @borisrunakov16623 жыл бұрын

    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 !

  • @hosseinsokhandan450
    @hosseinsokhandan4503 жыл бұрын

    That was precious.

  • @rafaelacioly3252
    @rafaelacioly32524 жыл бұрын

    Super nice!

  • @pldvs
    @pldvs2 ай бұрын

    Nice. Thanks.

  • @francescolucantoni3243
    @francescolucantoni32434 жыл бұрын

    AWESOME!

  • @fringefringe7282
    @fringefringe72822 жыл бұрын

    Piekna sprawa.

  • @dewashyadubey9829
    @dewashyadubey98295 ай бұрын

    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"

  • @bartek9167
    @bartek91673 жыл бұрын

    Just out of curiousity, how many times were you recording the part with 6 seconds sleep and adding another variable? :D

  • @busydying
    @busydying4 жыл бұрын

    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 :)

  • @Alexus736
    @Alexus7363 жыл бұрын

    Very good

  • @pahehepaa4182
    @pahehepaa41823 жыл бұрын

    It's been more than 5 months since the last video. Will you add the remaining parts or will we be left hanging midway ? :/

  • @aaronjiang9478
    @aaronjiang94786 ай бұрын

    Are there any articles or blogs that accompany the videos?

  • @DannyZaharia
    @DannyZaharia4 жыл бұрын

    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.

  • @bhuller0164
    @bhuller0164 Жыл бұрын

    Sometimes explaining just the main point is good rather than giving overwhelming information.

  • @uploadvoice
    @uploadvoice3 жыл бұрын

    Would it be as efficient as node's main loop ?

  • @cstechnique
    @cstechnique8 ай бұрын

    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

  • @bertproeme4535
    @bertproeme45353 жыл бұрын

    What causes this? --> RuntimeError: asyncio.run() cannot be called from a running event loop

  • @jaysonklau3683

    @jaysonklau3683

    3 жыл бұрын

    Jupyter problem?

  • @user-fz9zg5gt4c
    @user-fz9zg5gt4c Жыл бұрын

    спасибо яндекс что я могу смотреть это видео на русском но главное спасибо автору видео :)

  • @human-011
    @human-0113 жыл бұрын

    My doubt is, how that bartender (25:04) goes back to previous customers? please reply

  • @akhil3365
    @akhil33653 жыл бұрын

    what is the difference between qrequests and asyncio

  • @random_act
    @random_act3 жыл бұрын

    nice

  • @berryk.4174
    @berryk.41742 жыл бұрын

    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.

  • @Busan2
    @Busan23 жыл бұрын

    23:10 There's one more thing!

  • @ceoofthen-word8849
    @ceoofthen-word88492 жыл бұрын

    "Mr White, I'm gonna teach you asyncio"

  • @voilin
    @voilin2 жыл бұрын

    It would have been most amazing python async series if only black resorted to single quotes

  • @itsfoss5268
    @itsfoss52689 ай бұрын

    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?

  • @mahdisecurity1700
    @mahdisecurity17003 жыл бұрын

    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

  • @rochakgupta6116
    @rochakgupta6116 Жыл бұрын

    I was looking for copper and found gold

  • @tamos2006
    @tamos20063 жыл бұрын

    consider changing ur career to instructor, everything is just well exaplined.

  • @ehsanreghabi
    @ehsanreghabi Жыл бұрын

    Who's here from real python podcast?

  • @luscasleo
    @luscasleoАй бұрын

    I feel bad for the bartender

  • @zofiagaming4281
    @zofiagaming42813 жыл бұрын

    You have lost me on bartender analogy Łukasz ;) I guess you should see what real bartenders do in a busy place!

  • @adithp1051
    @adithp10515 ай бұрын

    reading off the script

  • @RevFried
    @RevFried4 жыл бұрын

    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

  • @notAvn
    @notAvn2 жыл бұрын

    until minute 31 i liked the video but than u went way too indepth into history idc about

  • @cstechnique
    @cstechnique8 ай бұрын

    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
    @rajatsharma61372 жыл бұрын

    not very useful for me....felt like you are reading from a book...maybe good for advanced python programmers..

Келесі