Python on handhelds

N

Nick

Hi all,

I have never programmed in Python a day in my life. My group is working
on developing an application on the Dell Axim hand held that has a
tight deadline. I have heard that Python is particularly advantageous
in rapid prototyping and deployment. I would like to lean this way if I
can. Does anyone know if I can run Python on the Dell Axim handheld. It
runs Windows CE. If so, what all is needed to make this possible.
Thanks


Nick../
 
P

Paul Rubin

Nick said:
I have never programmed in Python a day in my life. My group is working
on developing an application on the Dell Axim hand held that has a
tight deadline. I have heard that Python is particularly advantageous
in rapid prototyping and deployment. I would like to lean this way if I
can. Does anyone know if I can run Python on the Dell Axim handheld. It
runs Windows CE. If so, what all is needed to make this possible.

Someone did a WinCE port a while back, but I don't think it's actively
used much. The approach might be reasonable if you're an expert with
some time on your hands, but for a newcomer with an onrushing
deadline, you may be better off using whatever you're already using
(VB or whatever), and keeping Python in mind for some future project.
 
L

Luke Dunstan

Paul Rubin said:
Someone did a WinCE port a while back, but I don't think it's actively
used much. The approach might be reasonable if you're an expert with
some time on your hands, but for a newcomer with an onrushing
deadline, you may be better off using whatever you're already using
(VB or whatever), and keeping Python in mind for some future project.

I agree that it is much less active than Python on other platforms, and in
some areas it lags behind the PC, e.g. in GUI toolkits. However, if you want
to try it go here:

http://sourceforge.net/projects/pythonce

See also the mailing list:

http://mail.python.org/mailman/listinfo/pythonce


Luke Dunstan
 
B

Bob Greschke

Luke Dunstan said:
I agree that it is much less active than Python on other platforms, and in
some areas it lags behind the PC, e.g. in GUI toolkits. However, if you
want to try it go here:

http://sourceforge.net/projects/pythonce

See also the mailing list:

http://mail.python.org/mailman/listinfo/pythonce


Luke Dunstan

NSBasic (which has a CE version) is pretty nice for PalmOS. Making
applications is pretty straightforward if you don't need to access serial
ports and stuff like that. Nice IDE too.

Bob
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top