1 Odpowiedź
+ 1
Maybe this could help: https://www.codeproject.com/Articles/657698/JUMP_LINK__&&__Python__&&__JUMP_LINK-Visual-Studio-and-Csharp-So-Sweet
My idea would be, if its with a c# and a python file, to write it from the c# file in a JSON file and the read the JSON file in the python file. I know you can use the json module in python to convert a json object to a python object.
I hope I was able to help.