Hello,
Currently, I am creating a Xamarin Forms application (Android and UWP for now). With this one, I would like to be able to query a Python script and exploit the result in my application. Is there any way to do that ? I guess I’ll have to deal with different services, one for Android and one for UWP.
For UWP, I tried to install IronPython on my project, but I get an error when compiling the solution.
Thank you to those who have suggestions
Currently, I am creating a Xamarin Forms application (Android and UWP for now). With this one, I would like to be able to query a Python script and exploit the result in my application. Is there any way to do that ? I guess I’ll have to deal with different services, one for Android and one for UWP.
For UWP, I tried to install IronPython on my project, but I get an error when compiling the solution.
Thank you to those who have suggestions