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

    Python.NET provides a powerful application scripting tool for .NET developers. Using this package you can script .NET applications or build entire applications in Python, using .NET services and …

  2. Python.NET documentation - GitHub Pages

    Python.NET provides a powerful application scripting tool for .NET developers. Using this package you can script .NET applications or build entire applications in Python, using .NET services and …

  3. Embedding .NET into Python - Python.NET documentation

    Python.NET is available as a source release on GitHub and as a platform-independent binary wheel or source distribution from the Python Package Index. Installing from PyPI can be done using pip install …

  4. Embedding Python into .NET - Python.NET documentation

    Because Python.NET is so closely integrated with the managed environment, one will generally be better off importing a module and deferring to Python code as early as possible rather than writing a …

  5. Python Reference - Python.NET documentation

    Load Python.NET in the specified runtime The same parameters as for set_runtime can be used. By default, set_default_runtime is called if no environment has been set yet and no parameters are …

  6. C# Reference - Python.NET documentation

    Convert a Python object to a Python int if possible, raising a PythonException if the conversion is not possible. This is equivalent to the Python expression “int (object)”.

  7. Codecs - Python.NET documentation

    Codecs Python.NET performs some conversions between .NET and Python automatically. For example, when Python calls this C# method: void Foo(int bar) { ... } via Foo(42), Python value 42 of type int will …

  8. Usage - clr-loader documentation - GitHub Pages

    The assembly instance can now be used to get a wrapper instance of the Test function in Python. The given parameters are the fully qualified class name and the function name.

  9. pythonnet.github.io

    .. doxygenclass:: Python::Runtime::PyObject :members: .. doxygenclass:: Python::Runtime::PyDict :members: .. doxygenclass:: Python::Runtime::PyTuple :members: .. doxygenclass:: …

  10. Python.NET | pythonnet.github.io

    Because Python code running under Python.NET is inherently unverifiable, it runs totally under the radar of the security infrastructure of the CLR so you should restrict use of the Python assembly to trusted …