Jeff Peery wrote: > is it possible to take python code and compile it for use in a > microprocessor?
I don't think you can compile python code but python itself has been ported to many tiny architectures. Take a look at http://www.python.org/download/download_other.html if you don't see what you want there then ask on comp.lang.python and be specific about your target environment. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
