[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*:

Re: [BangPypers] Asynchronous method calls in python

2014-10-16 Thread Okan bhan
> > Thanks everyone for answers. I'm looking into these options. Thanks again. > Regards Alok ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Evaluating a string against mapping in python.

2014-10-25 Thread Okan bhan
Hello everyone, Hope you all celebrated festival of Diwali with your loved ones. Wishes from my side to each one of you. I'm facing issue in understanding python's 'eval' function's behaviour. I've no previous deep knowledge of using 'eval' except that "it is used to evaluate a string just like o

Re: [BangPypers] BangPypers Digest, Vol 86, Issue 16

2014-10-27 Thread Okan bhan
Hi Noufal, Thanks for responding and helping me explaining these. I see lots of my doubts are clear, except last (c). My explanations are inline. > A simple implementation of this is: > > > > class SimpleMapping: > > def __init__(self, items): > > self._items = items > > > > def __getitem

Re: [BangPypers] Asynchronous method calls in python

2014-11-23 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. > > > > Have you explored Appengine Task Queues? > > > Hi Sriram, I had a look on task queues but don't think that w

[BangPypers] Terrible choices: MySQL. What is the way ahead?

2014-12-30 Thread Okan bhan
> > > > http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/ > > Regards, > Asif > > Thanks Asif for sharing the link. I was going through it in morning and re-read couple of times again after this post. We also remember facing similar issues faced by Ionel (author) and missing out on custome

Re: [BangPypers] Terrible choices: MySQL. What is the way ahead?

2014-12-30 Thread Okan bhan
> > > [...] > > > My major reason to continue will be no exposure to PostgreSQL. And > > after struggling so much with MySQL, if I use Postgre I will be in a > > domain of unknown again. Can anyone please point to articles comparing > > latest version of both or share their view for a db novice. >