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.
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.
Builds of IronPython 3 are not yet provided.
See the building document
Since the main development is on Windows, Mono bugs may inadvertantly be introduced
- please report them!
IronPython 3 targets .NET 4.5 and .NET Core 2.0/2.1.