Demystifying Python's Async and Await Keywords

preview_player
Показать описание
Python's async and parallel programming support is highly underrated. In this webinar, we introduce the entire spectrum of Python's parallel APIs. Then we focus on the most promising, most useful, and modern feature of Python's async capabilities: the async and await keywords.

During the webinar, we build a small application that interacts with web APIs using async and await. We close it out by covering a library and technique that allows us to join Python's disparate parallel APIs into one super API that is easier to work with.

About the Presenter:
Michael Kennedy is the host of Python Bytes and Talk Python to Me. He is also the founder of Talk Python training and a Python Software Foundation fellow. Michael has been working in the developer field for more than 20 years and has spoken at numerous conferences.
Рекомендации по теме
Комментарии
Автор

I've used a lot of async io tooling on the JVM, but haven't gotten into it much since starting to write Python full-time. This is a stellar intro; thanks!

btgrant
Автор

1:02:43 The unsync library looks really helpful!
Thanks for sharing.

TheDJRiffin
Автор

Hello friends. This is VERY good content! But the low 720p resolution, the low-contrast theme, and what appears to be very lossy compression make it very hard to read the code.

Trammael