[BangPypers] Asynchronous method calls in python

Vipin Nair swvist at gmail.com
Thu Oct 16 08:39:41 CEST 2014


> I'm working on an appengine + flask application which makes multiple
> requests to third party APIs as part of one request. All of these are
> independent.
>
> So I was hoping what should be the best way to make these method calls
> asynchronously. Whatever I know:


I have used grequests[1] in the past to do something similar.

[1]: https://github.com/kennethreitz/grequests


-- 
Regards,
Vipin


More information about the BangPypers mailing list