Python Forum
Trying to implement Python into embedded OS - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Trying to implement Python into embedded OS (/thread-17208.html)



Trying to implement Python into embedded OS - thesurya7 - Apr-02-2019

I am currently trying to implement Python into an embedded system which has an OS. At the moment everything is in C language but I want to run python scripts as well. I did a lookup over the internet and found that we can make use of CPython (the python interpreter written in C) in an embedded system, but I am not sure how. My idea is having a minimal version of the interpreter in the embedded system to be able to do the basic stuff. However, like I mentioned before I am not sure how I can go about with the process. Any help in this topic is much appreciated!


RE: Trying to implement Python into embedded OS - Larz60+ - Apr-02-2019

which processor? Is it a Single Board Computer? What's the OS.


RE: Trying to implement Python into embedded OS - ebolisa - Apr-02-2019

How about this