Python for .NET vs. Jython ... Python.Net thoughts?

Neil Hodgson nhodgson at bigpond.net.au
Sat Apr 20 19:20:27 EDT 2002


Dean Goodmanson:

> What's the most practical way to get Python into the a .NET
> development environment?
>
> - CLR Python compiler : True "Python.net"
>
> - C# implementation , simpilar to Jython : "Shython" ??
>
> - Others???

   You can interoperate using COM.

   One option ActiveState implemented for Perl called PerlNET runs the Perl
interpreter as unmanaged code along with .NET managed code in one process
and provides interoperability between the two worlds. A similar facility
could be produced for Python.

   Neil






More information about the Python-list mailing list