IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

Why IronPython?

IronPython is an excellent addition to the .NET Framework, providing Python developers with the power of the .NET framework. Existing .NET developers can also use IronPython as a fast and expressive scripting language for embedding, testing, or writing a new application from scratch.

The CLR is a great platform for creating programming languages, and the DLR makes it all the better for dynamic languages. Also, the .NET framework (base class library, presentation foundation, Silverlight, etc.) gives developers an amazing amount of functionality and power.

Announcements

March 12, 2012

Important: IronPython 2.7.2.1 was released.

This release fixes a major issue with method lookups. Upgrading is strongly recommended.

March 11, 2012

IronPython 2.7.2 is now available!

This release includes the zipimport and sqlite3 modules, the ability for pyc.py to generate standalone executables, preliminary support for Android and Windows Phone 7, and numerous bug fixes.

Visit the blog for more information.

December 12, 2011

Update: The survey is now closed. Thanks for all of your responses!

The IronPython team would like to know more about how people are using IronPython and how they would like to see it evolve over the next year.

Take the 2011 survey!

October 21, 2011

IronPython 2.7.1 was released.

IronPython 2.7.1 includes several new modules (unicodedata, csv, and ast) and a large number of bug fixes.

March 12, 2011

IronPython 2.7 Final was released.

March 6, 2011

IronPython 2.7 RC2 was released.

February, 21 2011

IronPython 2.7 Release Candidate 1 was released. Over two dozen bugs have been fixed since Beta 2.

February 6, 2011

IronPython 2.7 Beta 2 was released. Numerous bugs have been fixed and the zlib, gzip, and subprocess are now supported.

January 10, 2011

Dino Viehland is set to be involved in the Python VMs panel discussion at PyCon this year. Be sure to check it out if you're going.

October 21, 2010

IronPython 2.6.2 Final was released, with a few minor bugfixes, supporting both .NET 2.0 SP1 and .NET 4.0 RTM.

IronPython 2.7 Beta 1 was released for .NET 4, supporting Python 2.7 features and improving on Visual Studio 2010 support.