Iron python
Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR). (by IronLanguages)
IronPython
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime. (by IronLanguages)
Iron python | IronPython | |
---|---|---|
35 | 7 | |
1,080 | 2,680 | |
0.0% | 0.4% | |
3.7 | 8.9 | |
over 1 year ago | about 2 months ago | |
Python | C# | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Iron python
Posts with mentions or reviews of Iron python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-21.
-
IronRDP: a Rust implementation of Microsoft's RDP protocol
I think of IronPython and IronRuby and IronScheme, early attempts at Microsoft trying to combine cornmeal with .NET and open source and calling it a burrito.
https://ironpython.net/
-
Python 3.13 Gets a JIT
If you're interested in learning more about the challenges and tradeoffs, both Jython (https://www.jython.org/) and IronPython (https://ironpython.net/) have been around for a long time and there's a lot of reading material on that subject.
-
How python's Multithreading differs from other languages
There are several ways of bypassing the GIL. First of all, the GIL is only present in the C implementation of Python, CPython. Other implementations of Python like Jython, IronPython, and PyPy don't have the GIL. Additionally, Python provides the multiprocessing library, which allows for parallelism in your Python program.
- Spot the thing that does Not belong
-
Starting Python, confused about cross platform app development. Is IronPython + .NET the only option?
I am not set on .NET, but just curious, so thanks for the suggestions. Interesting that it's billed as cross-plaform, but doesn't do it that well. I just searched 'python wrapper for .net' and found PythonNET. Also, it seems yes IronPython is active.
- (C++) Intel MKL ou Eigen pra trabalhar com álgebra linear em grandes data sets?
-
How to use a language other than TypeScript?
You mean like this?
-
ironpython install
In that case, I think it's enough if you go here, then download and install the MSI file: https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.12
-
Scripting inside Rimworld with Unity: Impossible? With java it is a 3 liner.
There are quite a lot of ways to run scripting languages in C#. I've no idea what JSR223 is but .NET has DLR for example. There are also multiple libraries: IronPython, NLua, Jint and Jurassic for Javascript. There's also older version of CS-Script working with .NET Framework.
-
Javathon does not exists and cannot hurt you
But does it Microsoft python https://ironpython.net
IronPython
Posts with mentions or reviews of IronPython.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-07.
- IronPython – Python 3 for .NET
-
Does Python plan to add JIT or get rid of the GIL?
Sadly, both Jython and IronPython have stalled somewhat. IronPython is slowly working towards Python 3 support. Jython has a roadmap towards Python 3 support, but their version 3 repo is not in active development.
-
How are Python and C related? I've read that Python is 'made from C'. Does that mean that Python is just an abstraction of lots of large C functions?
The program I linked is the Python interpreter you're probably using, but the abstract set of rules that make up Python are not in any particular way tied to C. You could also use a Java program or a C# program to interpret your Python code. They've even made Python in Python itself, although it uses a more restricted version of Python so it's easier to compile it.
-
Will we ever get a new CLR language to replace C# Like Kotlin did for Java?
It’s up to date https://github.com/IronLanguages/ironpython3/releases/tag/v3.4.0-beta1
- what is the future of ML.NET?
-
A Decade Later, .NET Developers Still Fear Being 'Silverlighted' by Microsoft -- Visual Studio Magazine
I mean, there is active work on the repo for it. They even just released a new alpha version yesterday for Python 3.4 support.
- IronPython 3.4.0-alpha1 is available
What are some alternatives?
When comparing Iron python and IronPython you can also consider the following projects:
P - The P programming language.
MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
PeachPie - PeachPie - the PHP compiler and runtime for .NET and .NET Core
PySec - OWASP Python Security Project
Mond - A scripting language for .NET Core
CLPython - An implementation of Python in Common Lisp