• Existing .NET developers can also use IronPython as a fast and expressive scripting language for embedding, testing, or writing a new application from scratch.
  • IronPython is also available as a NuGet package. ... This is the recomended way to get IronPython if you are embedding it in another program.
  • IronPython is written entirely in C#, although some of its code is automatically generated by a code generator written in Python.
  • ironpython.net Edit this on Wikidata. IronPython is written entirely in C#, although some of its code is automatically generated by a code generator written in Python.
  • IronPython 2.7.10 has been released with support for .NET Core 3.1. https://github.com/IronLanguages/ironpython2/releases…
  • A .NET Framework-capable Python implementation (i.e IronPython) was also needed to talk to the broader Autodesk AEC ecosystem which has API access via C#.
  • Official Website. IronPython is an open-source implementation of the Python programming language that is tightly integrated with .NET.
    • Issues:
      279
    • Last commit:
      12 July 2023
  • The simplest way to get starded with embedding IronPython in your application is to use the Python class defined in IronPython.Hosting.