Python integration with C#

Asked

Viewed 3,139 times

7

Is there any way to integrate C# and Python 3?

I need to create graphical application in a practical and fast way.

Currently, I have the scripts in Python working 100%, now what I need is to take the inputs from the terminal and play in a visual application and had thought of using C# to create them since I have affinity with this tool.

  • You can also create WS Local to make conversation between the two systems.

  • 1

    If you are interested, I believe it is possible to continue using Python without even changing the inputs not even prints, through named pipes: https://msdn.microsoft.com/pt-br/library/windows/desktop/aa365590(v=vs.85). aspx ; I’m more used to doing this on *Nix systems, but it’s good for Windows as well. Answer me that tomorrow or later I write how I would use it named pipes in this case

  • Man, I got interested in this whole named Pipes and the google tab with my search is already open here, but I think your help can be very good. If it’s not too much to ask, is there any way you can put a response at least commenting on the subject and leaving some links that you find interesting on this subject? Hug.

1 answer

5


Browser other questions tagged

You are not signed in. Login or sign up in order to post.