Asynchronous HTTP Requests in Python 3.5+

So you’ve heard that Python now supports that fancy async/await syntax. You want to play with it, but asyncio seems intimidating.

Similar