Python: Running X number of simultaneous HTTP requests - the simple way
Python is great for quickly writing and testing concepts. Today, I had a task that required sending thousands of requests to a server. Each request took about 300ms - the time added up quickly.
So, I looked into how to run these requests in parallel...
lacikawiz.hashnode.dev3 min read