From 8c1052ac1baee8f2489f0ad28dd896cce72d66a8 Mon Sep 17 00:00:00 2001 From: Michael Kennedy Date: Tue, 9 Aug 2022 17:48:12 -0700 Subject: [PATCH] Add async talk by Michael Kennedy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 667bb3b..e1122cd 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [Async/await in Python 3.5 and why it is awesome](https://www.youtube.com/watch?v=m28fiN9y_r8&t=132s) - EuroPython 2016 (Yury Selivanov). * [Fear and Awaiting in Async: A Savage Journey to the Heart of the Coroutine Dream](https://www.youtube.com/watch?v=E-1Y4kSsAFc) | [screencast](https://www.youtube.com/watch?v=Bm96RqNGbGo) - PyOhio 2016 keynote (David Beazley). * [Asynchronous Python for the Complete Beginner](https://www.youtube.com/watch?v=iG6fr81xHKA) | [slides](https://speakerdeck.com/pycon2017/miguel-grinberg-asynchronous-python-for-the-complete-beginner) - PyCon 2017 (Miguel Grinberg). +* [Demystifying Python's Async and Await Keywords](https://www.youtube.com/watch?v=F19R_M4Nay4) - JetBrains TV 2020 (Michael Kennedy) ## Alternatives to asyncio