Python for Windows CE 3.0

Brian Zhou brian_zhou at agilentNOSPAM.com
Sun Jul 1 02:20:06 EDT 2001


See
http://groups.google.com/groups?q=jython+j9&btnG=Search&meta=site%3Dgroups

I'm happily running Jython on iPaq now. Thanks to Java's WORA, it's a
no-effort port; just some configuration. But also thanks to Java, it's not
lightning fast, only got 49 pystones. So I'm looking forward to the native
port.

Sample session:

Jython 2.1a1 on java1.2.2 subset (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> import math
>>> 4.0 * math.atan(1.0)
3.141592653589793
>>> import java
>>> java.util.Date()
Sat Jun 30 22:57:36 PDT 2001
>>> import sre
>>> sre.compile("\d+").findall("-12.345")
['12', '345']
>>> [n * 2 + 1 for n in [0, 1, 2]]
[1, 3, 5]
>>>

Cheers,

-Brian

"Tom wright" <thomas.wright1 at ntlworld.REMOVETHIS.com> wrote in message
news:YRq%6.44315$mK4.4754231 at news6-win.server.ntlworld.com...
> Guys n Gals,
>
> I have an Compaq Ipaq hand held running Windows CE 3.0  Does any one know
of
> any ports of python to it ?
>
> Many thanks
>
> Tom
>
>





More information about the Python-list mailing list