pythonnet
pythonnet copied to clipboard
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developer...
### Details The `print` method in Jupyter doesn't display `string` from `__repr__`/`__str__` when they are nested in a list: ```python qb = QuantBook() tickers = ["ITA", "PPA", "XAR", "DFEN", "SHLD"]...
Ideally pythonNet method binder could detect if a PyObject is actually just a CLRObject (wrapped C# instance), get it's type and try to find the best method match for it,...
### Environment - Pythonnet version: 2.0.4 - Python version: 3.6.8 - Operating System: Windows 10 - .NET Runtime: net5 ### Details - I was trying to run unit tests, but...
### Details PythonNet recently added a utility to streamline the process of linking users' libpython libraries: [find_libpython](https://github.com/pythonnet/pythonnet/blob/master/pythonnet/find_libpython/__init__.py). Would be useful if either incorporated (or, if a similar utility is made...
Consider two possible situations when comparing managed object to another object: - The "right" object **might** be a managed object, but - Also try assuming it's a Python object if...