Linq to Python

Diez B. Roggisch deets at nospam.web.de
Tue Sep 23 11:06:27 EDT 2008


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



More information about the Python-list mailing list