How to Send Concurrent HTTP Requests in Python

Pavle Djuric
Dev Genius
Published in
5 min readJan 4, 2022

--

Photo by Markus Spiske on Unsplash

The total size of data on the Internet, according to some sources, in 2020 hit 40 zettabytes. A zettabyte is about a trillion gigabytes. That’s quite a bit you have to admit.

The best way to retrieve this data and do something useful with it is by sending an HTTP request. However, a single request probably won’t get you a lot of data. So, the actual best way of retrieving data is by…

--

--

Software developer. 3 x AWS certified. Writing mostly about Python, Golang, backend development and Cloud computing.