IronPython 3
IronPython3 is NOT ready for use yet. There is still much that needs to be done to support Python 3.x. We are working on it, albeit slowly. We welcome all those who would like to help!
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.
| What? | Where? |
|---|---|
| Windows/Linux/macOS Builds | |
| Downloads | No releases |
| Help |
Comparison of IronPython vs. C# for 'Hello World'
C#:
using System;
class Hello
{
static void Main()
{
Console.WriteLine("Hello World");
}
}IronPython:
print("Hello World")IronPython 3 targets Python 3, including the re-organized standard library, Unicode strings, and all of the other new features.
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
Installation
Builds of IronPython 3 are not yet provided.
Build
See the building document
Since the main development is on Windows, Mono bugs may inadvertantly be introduced
- please report them!
Supported Platforms
IronPython 3 targets .NET Framework 4.6, .NET Core 2.1/3.1 and .NET 5.0. The support for .NET Core and .NET 5 will follow the lifecycle defined on .NET Core and .NET 5 Support Policy.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
