About 43 results
Open links in new tab
  1. Python.NET | pythonnet

    Python.NET (pythonnet) is a package that gives Python programmers nearly seamless integration with .NET Framework, .NET Core and Mono runtime on Windows, Linux and macOS.

  2. Embedding .NET into Python - Python.NET documentation

    Embedding .NET into Python ¶ Getting Started ¶ A key goal for this project has been that Python.NET should “work just the way you’d expect in Python”, except for cases that are .NET-specific (in which …

  3. Python.NET documentation

    Python.NET (pythonnet) is a package that gives Python programmers nearly seamless integration with the .NET 4.0+ Common Language Runtime (CLR) on Windows and Mono runtime on Linux and OSX.

  4. C# Reference - Python.NET documentation

    C# Reference ¶ Warning doxygenclass: Cannot find class “Py” in doxygen xml output for project “pythonnet” from directory: ../doxygen_xml class Python.Runtime.PythonEngine : IDisposable ¶ This …

  5. Embedding Python into .NET - Python.NET documentation

    Note Python is not free-threaded and uses a global interpreter lock to allow multi-threaded applications to interact safely with the Python interpreter. Much more information about this is available in the …

  6. Python Reference - Python.NET documentation

    pythonnet.load(runtime: Runtime | str | None = None, **params: str) → None ¶ Load Python.NET in the specified runtime The same parameters as for set_runtime can be used. By default, …

  7. Codecs - Python.NET documentation

    Codecs Python.NET performs some conversions between .NET and Python automatically. For example, when Python calls this C# method:

  8. Python.NET | pythonnet.github.io

    Embedding .NET into Python ========================== Getting Started --------------- A key goal for this project has been that Python.NET should “work just the way you’d expect in Python”, except …

  9. clr-loader documentation - GitHub Pages

    Welcome to clr-loader’s documentation! ¶ clr_loader provides a unified way to load one of the CLR (.NET) runtime implementations (.NET Framework, .NET (Core) or Mono), load assemblies, and call …

  10. Usage - clr-loader documentation - GitHub Pages

    Usage ¶ Getting a runtime ¶ To get a Runtime instance, one of the get_* functions has to be called. There are currently the factory functions get_mono(), get_coreclr() and get_netfx(). All of these …