I want to connect C# and Python

Hello

I want to connect C# and Python
Is there a library that integrates with C# and Python?
Please Help me

But seriously one of the top results is Communication between Python and C# - Stack Overflow

It has a pipe example that seems fair enough.

I would personally say a fallback for any cross language case is to shell out to an executable in the other language and parse the output in the other language.

1 Like