Beginner Concurrency with asyncio

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

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

  • @IcarianVX
    @IcarianVX 2 года назад +2

    Thanks Jeremy. Always learn something new when listening to you. Besides all the async magic, the filter was something new to me as well. Just made my life easier!!

  • @Ca1vema
    @Ca1vema 2 года назад +2

    50:40 - It should be noted, that with pycharm debugger you can place breakpoints which stop all threads, not only the one which is runnin at the moment.

  • @Ca1vema
    @Ca1vema 2 года назад

    1:04:30 - But we can also see that Error is a subclass of an Exception, shouldn't it be catched by "except Exception"?

  • @Ca1vema
    @Ca1vema 2 года назад +1

    Can you share the name of pycharm theme used in this video?

    • @naman713
      @naman713 2 года назад

      I think it is Material Theme UI Lite (Night Owl Contrast) with Atom material icons.

  • @luxetim1541
    @luxetim1541 2 года назад

    guys what you think about emacs?