Re: Linq to Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hrishy

    Re: Linq to Python

    Hi

    Thanks for those links however LINQ seems to be much more then ORM tool it can for example join an XML file with a relational datasource or create a XSD

    regards
    Hrishy


    --- On Tue, 23/9/08, Diez B. Roggisch <deets@nospam.w eb.dewrote:
    From: Diez B. Roggisch <deets@nospam.w eb.de>
    Subject: Re: Linq to Python
    To: python-list@python.org
    Date: Tuesday, 23 September, 2008, 4:06 PM
    hrishy wrote:
    Hi

    Will LINQ be ported to Python ?
    Take a look at SQLAlchemy or SQLObject for python-based
    ORM/SQL-abstractions.

    Apart from that, python is already heavily based on
    concepts like iterators,
    filtering. Take a look at itertools.

    Diez
    --
    http://mail.python.org/mailman/listinfo/python-list


Working...