Run entirely a python code in IOS app? -


i have code written in python. know if it's possible make ios app can execute python code ?

for example, let's have python code can classify picture different categories printing correct category. create ios app take in input images, these images given python code, python code executed , result printed thank print function in objective c.

thank in advance

yes can use framework https://github.com/pybee/python-apple-support check python version first add header , framework search paths.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -