concurrency2017
concurrency2017 copied to clipboard
Example code for the workshop Modern Concurrency in Python
Python Concurrency 2017
Example code for the workshop Modern Concurrency in Python, first presented at PyBay 2017 in San Francisco.
Cloning
For faster cloning, get only the latest version of this repo:
$ git clone --depth=1 https://github.com/fluentpython/concurrency.git
References
-
Asynchronous Python for the Complete Beginner (example code by Miguel Grinberg
-
async/await and asyncio in Python 3.6 and beyond (video) by Yuri Selivanov
-
Unyielding: a defense of asynchronous programming by Glyph Lefkowitz, creator of Twisted
-
Asynchronous Python and Databases by Mike Bayer (response by A. Jesse Jiryu Davis)
-
ConcurrentPython: notes for an upcoming open book by Bruce Eckel
Libraries and frameworks
-
asyncio
-
aiohttp
-
aio-libs organization on github
-
Curio
-
Trio