I'm running into a situation in which I have these separate parts that I want to make into a web app:
- the UI written in Javascript
- the Python Flask framework
- a C# project that I want to execute and get output when a user clicks some button on the front-end
The first two parts are already integrated but I have no idea how to compile&build a C# project from Python. Any help would be appreciated!