IronPython

Python RuntimePython N/AExpert

Python running on .NET/CLR; interoperate with C# and .NET libraries

Quick Info

Python Version
N/A
Dependencies
.NET Runtime
Install
https://ironpython.net/download/

Learn by Difficulty

Quick Example

python
# IronPython
# Python running on .NET/CLR; interoperate with C# and .NET libraries
#
# IronPython is a Python runtime/implementation.
# Key features and usage information:
print("IronPython")
print("Python running on .NET/CLR; interoperate with C# and .NET libraries")
print("Python Version: N/A")

IronPython is python running on .net/clr; interoperate with c# and .net libraries. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter