Google Groepen ondersteunt geen nieuwe Usenet-berichten of -abonnementen meer. Historische content blijft zichtbaar.

python on iPad (PyPad)

63 weergaven
Naar het eerste ongelezen bericht

Jon Dowdall

ongelezen,
9 apr 2011, 01:13:1409-04-2011
aan
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

Raymond Hettinger

ongelezen,
9 apr 2011, 03:36:5809-04-2011
aan
On Apr 8, 10:13 pm, Jon Dowdall <jon_dot_dowdall_at@_gmail.com> 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

Jon Dowdall

ongelezen,
9 apr 2011, 08:14:1509-04-2011
aan

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

Aahz

ongelezen,
9 apr 2011, 09:56:3709-04-2011
aan
In article <4d9feaea$0$29996$c3e8da3$5496...@news.astraweb.com>,

Jon Dowdall <jon_dot_dowdall_at@_gmail.com> wrote:
>
>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#

There's nothing wrong with advertising this, I suggest that you also
announce it on c.l.py.announce
--
Aahz (aa...@pythoncraft.com) <*> http://www.pythoncraft.com/

"At Resolver we've found it useful to short-circuit any doubt and just
refer to comments in code as 'lies'. :-)"
--Michael Foord paraphrases Christian Muirhead on python-dev, 2009-03-22

Matt Schinckel

ongelezen,
10 apr 2011, 01:48:3410-04-2011
aan
On Apr 9, 2:13 pm, Jon Dowdall <jon_dot_dowdall_at@_gmail.com> 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.
>
> Enjoy...
>
> Jon Dowdall

I know this sound shallow, but you really need a nicer icon.

Otherwise, I'm quite excited about this. It will certainly be better
than my current workflow of connecting via ssh to a server just to run
python code.

Matt.

Drew

ongelezen,
5 mei 2011, 04:15:0505-05-2011
aan

There's a Pypad on SourceForge, but it is flagged as no longer under
active development. Dead or just sleeping? Is this Pypad distinct
from that old one on SourceForge? Or a revival? OpenSource?

Drew

0 nieuwe berichten