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

_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to