Contribute Media
A thank you to everyone who makes this possible: Read More

Practical Python Async for Dummies

Description

Grant Paton-Simpson https://kiwi.pycon.org/schedule/presentation/121/ What's the point of faster computers if our code spends most of its time waiting for slower processes to complete. Shouldn't we be using asynchronous code to make lots of things happen simultaneously? Probably, but isn't that really tricky to do? The goal of this talk is to work through some very simple snippets of Python code that make common tasks much, much faster with minimal fuss.

Details

Improve this page