[Python-ideas] Async API

Yury Selivanov yselivanov.ml at gmail.com
Fri Oct 26 15:26:29 CEST 2012


On 2012-10-26, at 6:27 AM, Sturla Molden <sturla at molden.no> wrote:

> On 23.10.2012 21:33, Yury Selivanov wrote:
> 
> >      topics = FE.select([
> >          FE.publication_date,
> >          FE.body,
> >          FE.category,
> >          (FE.creator, [
> >              (FE.creator.subject, [
> >                  (gpi, [
> >                      gpi.avatar
> >                  ])
> >              ])
> >          ])
> >      ]).filter(FE.publication_date<  FE.publication_date.now(),
> >                FE.category == self.category)
> 
> 
> Why use Python when you clearly want Java?

And why do you think so? ;)

-
Yury



More information about the Python-ideas mailing list