I started writing an application in Python, but now I want to switch to C # and UWP. I know that you cannot write a UWP application in Python, but I'm trying to check if I can write Python code and access this code from C #.
For example, a class entry in Python that C # code can access. Is it possible? And if so, can Python access the Microsoft UWP API?
The main code will not be written in Python; that would be impossible. But is interaction possible between C # and Python, possibly with IronPython (.NET Python)?
And how do I create such a Visual Studio project? I have Python Tools for Visual Studio, but there was no built-in option to add a Python file to my UWP application.
M3579 source share