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

Reply via email to