This post originated from an RSS feed registered with Java Buzz
by Adam Kruszewski.
Original Post: Aaaaw! A Python in my Pocket!
Feed Title: Adam Kruszewski :: WebLog();
Feed URL: http://adam.kruszewski.name/blojsom/blog/adam.kruszewski/?flavor=rss2
Feed Description: Thoughts about linux, open source, programming, ...
Yesterday I have found a Python port for WinCE devices (accidentially, I was learning for today's exam ;)).
And I must say I'm impressed. It is Python 2.3.4 and there are also ported libraries such as TkInter, WxPython and PyGame (not fully ported but useable). And there is of course a small IdleCE available (with syntax highlighting!). IMHO it is not ready for production use yet (rather hudge overall size) but it will give me a perfect oportunity to really learn python :)
You can get also my all-in-one bundle (PythonCE, WxPython, PyGame, TkInter, PySQLite, some examples documentation for all of those in html/iSilo/PDF formats) which should work from storage card out of the box.
06-feb update: added xml library into bundle (it resides in _xmlplus namespace)