Linq to Python
hrishy
hrishys at yahoo.co.uk
Thu Sep 25 06:36:13 EDT 2008
Hi Tim
I am not a LINQ expert just a LINQ user and (was a little envious why the langauge i fantasize doesnt have it (pardon my ignorance of python))
LINQ as far as i know allows you to query all sources using a consistent interface .
You can query a message queue ,xml document ,array object or relational source by learning LINQ and even join them as illustrated below
http://informationr.net/ir/13-2/TB0806.html
If somebody can tutor me how i can do that in python that would be great (and mayeb satisfy my greed and leave me with a happy feeling that my langauge python can do it)
regards
Hrishy
--- On Wed, 24/9/08, Tim Golden <mail at timgolden.me.uk> wrote:
> From: Tim Golden <mail at timgolden.me.uk>
> Subject: Re: Linq to Python
> To:
> Cc: python-list at python.org
> Date: Wednesday, 24 September, 2008, 8:20 PM
> bearophileHUGS at lycos.com wrote:
> > sturlamolden:
> >> No, because Python already has list comprehensions
> and we don't need the XML buzzword.<
> >
> > LINQ is more than buzzwords. Python misses several of
> those features.
> > So maybe for once the Python crowd may recognize such
> C# feature as
> > much better than things present in Python.
> > Said that, I presume Python will go on as usual, and
> LINQ-like
> > capabilities will not be integrated in Python. In the
> meantime where I
> > live lot of people will keep using C# instead of
> Python and CLisp,
> > natural selection at work indeed.
>
> Perhaps a quick summary of what LINQ offers which might
> "be integrated into Python" would help those of
> us who
> are ignorant? (This is a serious comment; I'd like to
> know).
>
> TJG
> --
> http://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list