Python Forum
Trying to implement Python into embedded OS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to implement Python into embedded OS
#1
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!
Reply
#2
which processor? Is it a Single Board Computer? What's the OS.
Reply
#3
How about this
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run detectron2, as python embedded code in C++, on GPU? hassaniqbal931 3 2,431 Nov-02-2023, 04:45 PM
Last Post: blabling2
  How do I properly implement restarting a multithreaded python application? MrFentazis 1 1,794 Jul-17-2023, 09:10 PM
Last Post: JamesSmith
  Adding libraries to embedded Python as a ZIP The_Oman 0 2,170 May-05-2023, 04:05 PM
Last Post: The_Oman
Bug Embedded Python Memory Leaks Alexei 1 1,760 Sep-16-2022, 01:15 PM
Last Post: Alexei
  Embedded Python in C++ Xeno 19 7,400 Aug-03-2022, 07:29 AM
Last Post: Gribouillis
  Embedded python fails to compile on Raspberry Pi tryfon 2 4,675 Dec-22-2020, 02:06 PM
Last Post: tryfon
  Can Embedded Python run any shared library on Android ? sprotz 0 3,104 Nov-08-2020, 12:21 PM
Last Post: sprotz
  memory leak on embedded python in c++ asdf3721 3 4,487 Jul-16-2020, 06:33 AM
Last Post: Gribouillis
  Embedded Python PyObject_CallObject function JRHeisey 1 3,284 Nov-27-2019, 01:50 AM
Last Post: casevh
  I need help with Python code to implement this algorithms Saemmanuex 1 2,562 Jul-07-2019, 02:07 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020