I've already read and researched all over the net including here: Windows Universal Apps: Call python method from C# [closed]
And I understand that UWP is a sandbox and can't open other processes. Nonetheless, I got no other choice but to use python API inside UWP app. The answer in the link above is not clear enough for me and I hope to get any solution, even if it's not a direct one.
Of course I tried IronPython which is not working. And Process/ProcessInfo which brigs-up "access denied". Azure is also not an option.
Thanks.