MENU

Fun & Interesting

Demystifying Python's Async and Await Keywords

JetBrains 101,493 6 years ago
Video Not Working? Fix It Now

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 in on the most promising, most useful, and modern feature of Python's async capabilities: the async and await keywords. Repo used in this webinar: https://github.com/mikeckennedy/async-await-jetbrains-webcast 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.

Comment