Understanding Concurrency in Python! - Annie Cook

This talk was presented at PyBay2019 - 4th annual Bay Area Regional Python conference. See for more details about PyBay and click SHOW MORE for more information about this talk. Description Asyncio is the latest and greatest way to write concurrent code, but are the principles behind it really novel? At its core, asyncio just an implementation of single-threaded, cooperative concurrency. Thats a lot of buzzwords! Let’s zoom in on single-threaded, cooperative concurrency more broadly, explore what
Back to Top