PyPad 2.7.1 Update 4
Hi All, I'm pleased to announce that PyPad 2.7.1 (Update 4), a simple python environment for the iPad / iPhone, is now available in the iTunes store. It can be found at: http://itunes.apple.com/au/app/pypad/id428928902?mt=8 Update 4 adds the ability to create multiple modules and import them into one another. The documentation is lagging a bit but the functionality can be found in the action menu of the accessory bar. Further updates planed include: Updated documentation Improving cursor interaction in interactive mode Providing access to interactive mode command history Adding iOS specific modules Syntax highlighting and more... Regards, Jon Dowdall -- http://mail.python.org/mailman/listinfo/python-list
PyPad 2.7.1 Update 4 (Python on iPad and iPhone)
Hi All, I'm pleased to announce that PyPad (Python environment for iOS) 2.7.1 Update 4 is now available in the iTunes App Store. New in this version is the ability to create custom modules. Modules can be independent or can include other user modules to build larger frame works. Plans for future versions include: Improved cursor handling in interactive mode. Access to the interactive command history. Modules to access iOS specific functionality. Additional documentation. Syntax highlighting. Improved script debugging support. Regards, Jon -- http://mail.python.org/mailman/listinfo/python-list
python on iPad (PyPad)
Hi All, Sorry for the blatant advertising but hope some of you may be interested to know that I've created an iPad application containing the python interpreter and a simple execution environment. It's available in iTunes at http://itunes.apple.com/us/app/pypad/id428928902?mt=8# I wanted to have python available 'on the go' without carrying a laptop. The current implementation is based on my need to test simple python functions in an isolated environment. I hope to add more iOS specific capabilities if there is enough interest. Enjoy... Jon Dowdall -- http://mail.python.org/mailman/listinfo/python-list
Re: python on iPad (PyPad)
On Sat, 09 Apr 2011 00:36:58 -0700, Raymond Hettinger wrote: > On Apr 8, 10:13 pm, Jon Dowdall wrote: >> Hi All, >> >> Sorry for the blatant advertising but hope some of you may be >> interested to know that I've created an iPad application containing the >> python interpreter and a simple execution environment. It's available >> in iTunes athttp://itunes.apple.com/us/app/pypad/id428928902?mt=8# >> >> I wanted to have python available 'on the go' without carrying a >> laptop. The current implementation is based on my need to test simple >> python functions in an isolated environment. I hope to add more iOS >> specific capabilities if there is enough interest. > > I'm definitely interested in your adding more capabilities. > > Nice work so far. I'm surprised at the number of things that you got > work in the first version: long integers, simple classes, a number of > modules successfully import (math and itertools for example). > > I don't now how difficult the work is, but it would be nice to have a > way to save multiple scripts, have an interactive prompt, and get more > modules to work (random, collections, functools). > > Thanks again for your work. > > > Raymond > twitter: @raymondh Thanks for the great feedback. An updated version, that has some minor GUI improvements and allows the python code to be transferred via iTunes, is awaiting approval. Hope to get to some of the other items you mention as time permits :-) Cheers, Jon -- http://mail.python.org/mailman/listinfo/python-list