Live data from Hacker News

Python for iOS

pythonforios.com

41–43 of 43 posts

Re: Python for iOS

#41
post #39

Can it save anything to the filesystem (within its own sandbox?)

Yes, you can save/load script files and interpreter sessions to the device. The save path is in sys.path so those saved scripts can be imported into other scripts or the interpreter as well.

Re: Python for iOS

#42

Is this a fully capable interpreter? In other words, is it capable of importing and running code from external sources? This would allow for some cool use cases.

As it provides exec and a HTTP client, it more or less is. Here's an example, with code to make loading a multi-module library feasible: http://myblog.rsynnott.com/2012/02/fun-with-python-for-ios.h...

Re: Python for iOS

#43
Great program! Couple of suggestions:

* Can you add a free python reference like this one: http://www.diveintopython.net/

* Syntax highlighting!

* Dropbox support - a very simple module to save .py or txt files into a dropbox folder and sync - this would be great!

Post reply on HN