In python I am using gevent to make parallel requests. The code without gevent would look like this:
gevent
for request in requests: url = request[&