python for .NET

David Bolen db3l at fitlinxx.com
Tue Jul 27 21:04:55 EDT 2004


Gerhard Häring <gh at ghaering.de> writes:

> AFAIK there's no finished project that directly integrates Python with
> the .NET platform, without going through COM.

There's also http://zope.org/Members/Brian/PythonNet, which while
still in beta is pretty interesting.  It doesn't use COM, nor generate
IL code from Python source, but provides a layer of managed code to
interface the Python interpreter to the CLR.  In many respects, it's
sort of like a generalized win32all (oops pywin32) for .NET.

-- David



More information about the Python-list mailing list