Asynchronous code in Python
This post collects a few resources related to asynchronous programming in Python that I find useful.
- Bob Nystrom’s “What Color is Your Function?”
- Django’s Async adapter functions documentation
- The Python asyncio documentation (see in particular “Developing with asyncio”)
- Alyssa Coghlan’s “Some Thoughts on Asynchronous Programming”
For other learning resources, see Useful Links. For a less discriminate list of resources, see my link dump.