Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

IronPython

Development

IronPython Reviews and details

Screenshots and images

  • IronPython Landing page
    Landing page //
    2021-05-21

Badges

Promote IronPython. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Python Winforms Application in Visual Studio 2019 | IronPython Getting Started

Code ASMR 💻 Soft Spoken IronPython Tutorial

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about IronPython and what they use it for.
  • 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. - Source: Hacker News / 4 months ago
  • 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. - Source: dev.to / 6 months ago
  • 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. Source: about 1 year ago
  • 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. Source: over 1 year ago
  • Execute Python script from .Net Core API backend
    If you need control over how the script runs, access to variables etc, I can highly recommend IronPython, but it might be overkill for what you need. Source: over 1 year ago
  • Newbie here, How useful can Python be for Indie game development?
    (3) Thirdly, there are so many technologies out there that would make Python being an interpreted language a complete non-issue. For example, Iron Python compiles Python to .Net bytecode, essentially meaning, your compiled Python has the potential to be as fast as comparable Dot Net code, Jython (a comparable library built for the JVM), and Transpyle, a transpiler that can convert Python code to comparable C/C++... Source: over 1 year ago
  • A Python-compatible statically typed language
    I've no idea what op meant, but I am aware that there's ironpython for dotnet, analogous to jython for the jvm. Never used it because, well, for starters I generally do java or python on linux anyway, but I presume interop with c# is fairly good much like jython with java. Source: over 1 year ago
  • Node.js vs. Python: How to choose the best technology to develop your backend
    IronPython: allows Python to integrate smoothly with Microsoft's .NET framework. - Source: dev.to / almost 2 years ago
  • Unpopular opinion maybe but C# is getting too bloated
    Iron Python? It originated at MS, but was abandoned and split off over 10 years ago. I'm not sure if that qualifies it as "non MS". It's part of the .NET Foundation now, though. Source: almost 2 years ago
  • can i use c# for gui and python for core?
    I'd suggest taking a look at https://ironpython.net/. Source: almost 2 years ago
  • It's getting out of hand.
    Shouldn't Python already work on WASM by means of Blazor? (I mean IronPython compiled .DLLs). Source: almost 2 years ago
  • WPF > Python > WPF
    Or you can use something like IronPython to host python in C# and do it, or just host the interpreter yourself. Source: over 2 years ago
  • Can you connect C# with Python?
    Depending on how you want to handle things, you could use something like https://ironpython.net/, but Newt is correct in that you'll probably want some sort of restful backend in Python. Source: over 2 years ago
  • Python stands to lose its GIL, and gain a lot of speed
    IIRC, jython's core developer went on to make Iron Python for .NET, which does have a 3.X branch, latest release just a few months ago? Source: over 2 years ago
  • Tuesday Daily Thread: Advanced questions
    I'm also aware to possibility to cross-compile(?) my python to CLR (https://ironpython.net/ and https://github.com/pythonnet/pythonnet ). But IT people said it is highly unpreferable as they will want to maintain/update the code, and will not be able to do so if the backend is still written in Python. Source: over 2 years ago
  • Is it possible to use C# and Python in unison?
    You could also look into something like IronPython to bring Python into the .NET environment. Source: over 2 years ago
  • Running Python(interpreter)/C ++(compiler+exe) inside a game
    I did something similar in Godot using IronPython and C#. Source: almost 3 years ago

Do you know an article comparing IronPython to other products?
Suggest a link to a post with product alternatives.

Suggest an article

IronPython discussion

Log in or Post with

This is an informative page about IronPython. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.