I am working on an application that requires me to interface a python script running on linux OS on a virtual machine with a .net c# application having wpf forms running on windows such that that the c# application sends files to the python script for processing. What are my options in light of this setting?
I tried using monodevelop on linux in an effort to run .NET applications but it didn't work out as monodevelop doesn't support wpf forms.