If you are like me, you may have been stuck working with Python 2.7, staring over the fence at Python 3 and wishing you could use all the cool new stuff. Or maybe you couldn't use Python 3 because electric eels keep stinging you whenever you try. Whatever the case may be, we'll be talking in this session about the new asyncio library that was introduced in Python 3.4 and greatly enhanced with the async/await keywords in Python 3.5.
Participants will get a high level overview of the library, and the concepts surrounding asynchronous programming. Maybe we'll even make a fun toy program together, who knows? This would be a great talk to attend if you know Python but haven't taken the time to explore this API. You can see the code presented at https://gitlab.com/bowlofeggs/devconf2019.