Workshop - Build Your Own Async
Description
In this workshop, you’ll learn about Python’s various async features by building your own simple async library. Topics include generators, coroutines, event loops, non-blocking I/O, threads, and more. Note: the workshop is not about asyncio, but you’ll learn a lot about what makes it work.
Prerequisites
-
Attendees should be familiar with functions and classes.
-
Prior experience with network programming and threads will be useful.
Speaker
David Beazley is an independent computer scientist, educator, and researcher living in Chicago. He is the author of the Python Cookbook (O’Reilly) and Python Essential Reference (Addison-Wesley) and has been involved with Python since 1996.
He can be reached at his twitter handle: @dabeaz.