PyCon 2019 in Cleveland, Ohio

Thursday 11 a.m.–12:30 p.m. in Room 14

Friendly/Modern AsyncIO

John Reese

Description

AsyncIO is a powerful mechanism for building high-performance services, but it has long been thought of as “too complicated”. But it’s easier than you might think, and with Python 3.7, it’s easier than ever to get started using just the standard library! We'll cover the basics of AsyncIO, take a look at the latest features in 3.7, build friendly and expressive APIs, analyze best practices for third-party libraries, and discuss integrating async code with synchronous libraries and codebases.