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”
- “The Function Colour Myth. Or: async/await is not what you think it is.” by Cory Benfield: https://lukasa.co.uk/2016/07/The_Function_Colour_Myth/
For other learning resources, see Useful Links. For a less discriminate list of resources, see my link dump.