Python for .NET preview 2 release
Brian Lloyd
brian at zope.com
Fri Aug 8 23:46:58 EDT 2003
For those interested, I've made a preview-2 release of
Python for .NET.
Python for .NET is a near-seamless integration of the
CPython runtime with the .NET Common Language Runtime
(CLR). It lets you script and build applications in
Python, using CLR services and components written in any
language that targets the CLR (C#, Managed C++, VB.NET,
etc.).
Highlights of this release include array and indexer
support, better thread handling, the ability to subclass
managed classes in Python and many bug fixes.
For more info or to download the release:
http://zope.org/Members/Brian/PythonNet/
- Brian
More information about the Python-list
mailing list