Live data from Hacker News

Python for iOS

pythonforios.com

31–40 of 43 posts

Re: Python for iOS

#31

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.

Unfortunately, Apple rejected my last update because I had added the ability to import .py files from other Apps. If/When Apple changes their policy on this I will submit an update the next day.

Re: Python for iOS

#32

Downloaded it and love it. Sometimes I get the urge to mess around with simple ideas, but I need to work some part of them out by coding (i.e. RNG). If I'm out and about and have some time to spare, I can now pull out this app and do some coding exercises. :) Problem: I can't seem to swipe between the console, editor, and docs. Usinh iPhone 4, version 5.0 (9A334)

Swiping between tabs is an interesting idea. I'll see if there is a good way to implement this. Thanks for the suggestion!

Re: Python for iOS

#35

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.

Unfortunately, Apple rejected my last update because I had added the ability to import .py files from other Apps. If/When Apple changes their policy on this I will submit an update the next day.

From your example, I can see it is possible to import sympy, and the app store page says that you added a few "extra" packages. Could you list those extra packages on your website?

Since it is not possible to import files for now, would you take requests to add new packages to that extra list?

Re: Python for iOS

#36
Unless I can program and do something useful on the target device itself, it will remain a mere gadget. The novelty of "trying out new ideas in the interpreter" wears off quite quickly. My MBA is (almost) as light as an ipad, and much more useful (programming wise.)

Re: Python for iOS

#38
post #35

Earlier quoted context omitted.

Unfortunately, Apple rejected my last update because I had added the ability to import .py files from other Apps. If/When Apple changes their policy on this I will submit an update the next day.

From your example, I can see it is possible to import sympy, and the app store page says that you added a few "extra" packages. Could you list those extra packages on your website? Since it is not possible to import files for now, would you take requests to add new packages to that extra list?

Certainly, I'll list them on the site. I would love suggestions on other modules to include. At the moment I'm working on compiling in SciPy and NumPy. Any ideas can be sent to feedback@pythonforios.com or posted in the in-app Feedback Forums (via the Settings Tab).
Post reply on HN