Re: PDA Implementations

2006-01-17 Thread gregarican
Mike Meyer wrote: > On an unrelated topic, you might take a look at Symbian > devices. They've released a version of Python 2.3 for it. > > http://mail.python.org/mailman/listinfo/python-list

Re: PDA Implementations

2006-01-14 Thread Mike Meyer
"gregarican" <[EMAIL PROTECTED]> writes: > I am in the process of creating an app that runs on various PDA > platforms. Currently I have it running on ARM Linux (Sharp Zaurus) and > am starting to port it over to ARM Windows Mobile (Dell Axim). Using > Python has made the task particularly easier

PDA Implementations

2006-01-13 Thread gregarican
I am in the process of creating an app that runs on various PDA platforms. Currently I have it running on ARM Linux (Sharp Zaurus) and am starting to port it over to ARM Windows Mobile (Dell Axim). Using Python has made the task particularly easier and (dare I say it?) kind of fun. What about porti