[BangPypers] [JOBS] Looking for python/bash profiles

2014-10-10 Thread Kulkarni, Shreyas
Hi guys, We are looking for strong python and bash profiles in my team in Akamai Technologies. Here are a few criteria - Good educational and professional background Strong python design/development experience (this is not web-dev kind of a profile though) with good coding standards Should be

Re: [BangPypers] Asynchronous method calls in python

2014-10-10 Thread Anand Chitipothu
On Fri, Oct 10, 2014 at 2:06 PM, Okan bhan wrote: > Hi, > > 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 > asyn

[BangPypers] Asynchronous method calls in python

2014-10-10 Thread Okan bhan
Hi, 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: * *Using multi-threading in python*: