January 29, 2015
Python on iOS
Yesterday I stumbled upon something quite amazing: in the Apple App Store there is an App called Pythonista that
runs/interprets Python 2.7 scripts, offers an Python IDE, offers some modules which give your Python apps access to iOS functions, e.g., location, camera, … My first impression of the app was quite spoiled because the App does not provide any import function for your Python scripts. For instance, you put your Python script in your Dropbox, select the file and press “open in”.
Read more