About 1,630,000 results
Open links in new tab
  1. IronPython vs. Python .NET - Stack Overflow

    Feb 4, 2017 · Ironpython is like C# in turn it relies on static prebuilt libraries while unlike C# is a dynamic language. Cpython is like C++ like Ironpython is a dynamic language and has access to dynamic …

  2. How can I call (Iron)Python code from a C# app? - Stack Overflow

    Jan 10, 2020 · Is there a way to call Python code, using IronPython I assume, from C#? If so, how?

  3. Importing external module in IronPython - Stack Overflow

    Jul 12, 2013 · From the IronPython FAQ: How do I use CPython standard libraries? To tell IronPython where the Python standard library is, you can add the "lib" directory of CPython to IronPython's path. …

  4. Replace IronPython with Python.Net? - Stack Overflow

    like the IronPython scope - there is a PyScope class, which lets you control a group of Python variables. restrictions or known issues - there are quite a bit. You can't access all CPython APIs, and some …

  5. Python or IronPython - Stack Overflow

    Feb 28, 2009 · How does IronPython stack up to the default Windows implementation of Python from python.org? If I am learning Python, will I be learning a subtley different language with IronPython, …

  6. what are good uses for Iron Python - Stack Overflow

    Feb 21, 2017 · IronPython is an implementation of the runtime for that language - the support code that compiles your source, creates a virtual machine to execute the bytecode in the resulting .pyc file, …

  7. How do you use the standard library in IronPython?

    Aug 12, 2011 · 1) Install IronPython 2) Run some crazy powershell script to search out where-ever-the-heck the standard library was installed and set a global IRONPYTHONPATH variable to it.

  8. Newest 'ironpython' Questions - Stack Overflow

    Dec 4, 2025 · We use IronPython 2.7 in a desktop app, which is used to programmatically run simple Python scripts which might import standard modules like 'sys', 'time', and so on.

  9. How to install Iron-Python in Visual Studio? - Stack Overflow

    Jan 20, 2019 · I've searched a lot and ran into this solution: Visual Studio - "The environment ironpython 2.7-32 appears to be incorrectly configured or missing". I have downloaded iron-python from GitHub …

  10. Run a particular Python function in C# with IronPython

    Jan 3, 2013 · Run a particular Python function in C# with IronPython Asked 12 years, 11 months ago Modified 7 years ago Viewed 21k times