Async HTTP Requests with Aiohttp & Aiofiles

Handle hundreds of HTTP requests, disk writes, and other I/O-bound tasks with quintessential async Python libraries.

Todd Birchard
13 min readJan 18, 2022

--

When building applications within the confines of a single-threaded, synchronous language, the limitations become very obvious very quickly. The first thing that comes to mind is writes: the very…

--

--

Todd Birchard

Software engineer with background in Data & Product Management background. Does everything incorrectly before coming to realizations known as best practices.