Hi,
We have several Python scripts and we used IronPython so far. Now, we are trying to migrate to Python.NET. Unfortunately, there aren’t adequate examples Python.NET GitHub wiki page. Are there any examples of how to use Python.NET? For example, we have a Python script and we want to send an object as a parameter to a certain Python method in that script and we expect another object as a returning result which will be converted on the .NET side.
Thanks!