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 1,021 Nov-02-2023, 04:45 PM
Last Post: blabling2
  How do I properly implement restarting a multithreaded python application? MrFentazis 1 572 Jul-17-2023, 09:10 PM
Last Post: JamesSmith
  Adding libraries to embedded Python as a ZIP The_Oman 0 1,152 May-05-2023, 04:05 PM
Last Post: The_Oman
Bug Embedded Python Memory Leaks Alexei 1 993 Sep-16-2022, 01:15 PM
Last Post: Alexei
  Embedded Python in C++ Xeno 19 3,332 Aug-03-2022, 07:29 AM
Last Post: Gribouillis
  Right way to implement interfaces yossiy123 1 1,218 May-12-2022, 10:31 AM
Last Post: Gribouillis
Question best way to implement algorithm hamidze 3 2,159 Feb-27-2021, 07:10 PM
Last Post: hamidze
  Embedded python fails to compile on Raspberry Pi tryfon 2 3,367 Dec-22-2020, 02:06 PM
Last Post: tryfon
  Can Embedded Python run any shared library on Android ? sprotz 0 2,242 Nov-08-2020, 12:21 PM
Last Post: sprotz
  memory leak on embedded python in c++ asdf3721 3 3,319 Jul-16-2020, 06:33 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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