I started working with Python around version 3.3, which predates the addition of asynchronous features into the languageās standard library. Asynchronous programming in Python has come a long way since then; it is now a well-established feature of the language. I first wrestled with async on an Amtrak train, on my way home from the […]