Python APIs tutorial for IOS
Hi,
are there available Python APIs tutorial for IOS? on the site I only see Swift APIs.
I developed a graphical interface in Python on Windows, and made the executable (.exe file); now I have to create the executable (.exe file) for IOS, and I would therefore like to install everything necessary (Python APIs) correctly on IOS to run my script.py.
thank you in advance for your help.
Comments
Yes, there's a whole Python section but not for Windows or Swift (only for Linux).
The reason is there's no bluetooth lib on mac/ios for python.
ok,
thanks for the quick response.