Any experience with Python on a PDA ?

S

Stef Mientki

hello,

I wonder if anyone has (good ;-) experiences with Python on a PDA ?
And if so,
- what OS
- what GUI

thanks,
Stef Mientki
 
D

Duncan Booth

Stef Mientki said:
hello,

I wonder if anyone has (good ;-) experiences with Python on a PDA ?
And if so,
- what OS
- what GUI

thanks,
Stef Mientki

I haven't done much programming yet on my Nokia n810, but a lot of the
community software for it is written in Python. Google for "n810
python" or "maemo python" and you'll find plenty of hits. The OS is a
Debian Linux variant called Maemo 4 (chinook), the gui is something
called Hildon which sits on top of GTK.

Here are videos and screenshots of something that is implemented largely
in Python:

http://openbossa.indt.org/canola/

and from another page on that site:
 
M

Martin Blume

hello,

I wonder if anyone has (good ;-) experiences
with Python on a PDA ?
And if so,
- what OS
- what GUI
Python runs here on:
- Sharp Zaurus SL-C3100 (with the exception of Tkinter)
(Linux 2.4)
- Mio A701
(Windows Mobile)

But I only do small stuff on these machines, like my
own hp-like (rpn) calculator or other computations
directly in the python shell.

Experience is very good (with the exception of Tkinter
not running on the Zaurus), scripts can be moved to and
from PC and PDA and run unchanged (except for speed and
screen size issues).

HTH
Martin
 
G

Grant Edwards

hello,

I wonder if anyone has (good ;-) experiences with Python on a PDA ?
And if so,
- what OS
- what GUI

Not a PDA per se, but a target platform very similar to a PDA:
PXA-255 at 200MHz with a 1/4 VGA LCD, and something like 128M
of RAM and 64M of flash.

It's OK, but dependnig on what you're doing, you might have to
put some effort into getting the app to run fast enough to be
usable.
 
H

Heikki Toivonen

Martin said:
- Mio A701
(Windows Mobile)

Experience is very good (with the exception of Tkinter
not running on the Zaurus), scripts can be moved to and
from PC and PDA and run unchanged (except for speed and
screen size issues).

Hmm, my experience running Python 2.5 on Cingular 8525 was not very
good. Launching Python itself took close to 10 seconds, and then you add
your application launch on top of that. I used Tkinter for UI, and
Tkinter often failed to load, requiring soft reset.

Once the app was running, though, the speed was ok.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top