[BangPypers] python for embedded?
Jeff Rush
jeff at taupro.com
Mon Mar 16 09:08:44 CET 2009
Yogesh Jadhav wrote:
> Does anybosy use / know stripped down python with micro footprint
> suitable for embedded development ?
There are three or maybe four implementations of them. The one I remember
most if PyMite:
http://pymite.python-hosting.com/
The creator of PyMite will be at PyCon this year and there will be a sprint
among several Python embedded systems developers to explore what exists and
what is possible.
Some environments run the Python compiler on the desktop and only execute the
bytecode on the microprocessor; others compile Python on the microprocessor.
It depends on your needs and processing power availability.
-Jeff
More information about the BangPypers
mailing list