Yury Selivanov - Asyncio in Python 3 7 and 3 8

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024

Комментарии • 10

  • @BenjaminTiessen
    @BenjaminTiessen 6 лет назад +25

    The asyncio documentation is difficult to read and theres not enough examples.

    • @BrandNewByxor
      @BrandNewByxor 5 лет назад +15

      I have no trouble understanding asynchronous programming in javascript, and I've been programming in many languages for over 7 years, but I've invested over 20 hours (not kidding) trying to learn asyncio (over the course of a month). I still have no idea how to use it. I'm hoping this time (2 years later) it'll make sense.

    • @magno5157
      @magno5157 5 лет назад +1

      well...the examples are trapped inside a nursery

    • @2sourcerer
      @2sourcerer 5 лет назад

      @@BrandNewByxor Is it that different from promise-based async/await in JavaScript? On first glance it seems very similar.

    • @BrandNewByxor
      @BrandNewByxor 5 лет назад +1

      @@2sourcerer To the best of my knowledge, async/await is like the newer version of promises. So yes.

    • @dannydai1
      @dannydai1 5 лет назад

      It was really messed up. Expecting 3.8 to simplify it. High level and low level should be separate. documents are terrible too. And too many schedulers exist. Kernel's scheduler , Gil , event loop

  • @minyakonga8897
    @minyakonga8897 4 года назад

    we use context var for tracing

  • @anchen6633
    @anchen6633 5 лет назад

    hello,where have this video's slides or ppt?