Async/Concurrent HTTP Requests

Ari King ari.brandeis.king at gmail.com
Thu Feb 12 11:37:52 EST 2015


Hi,

I'd like to query two (or more) RESTful APIs concurrently. What is the pythonic way of doing so? Is it better to use built in functions or are third-party packages? Thanks.

Best,
Ari



More information about the Python-list mailing list