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