0

How one can use python for embedded system designing?

I m also interested in embedded system. therefore I need clear idea about applicability of python.

1st May 2018, 7:08 PM
sagar godase
sagar godase - avatar
3 Answers
+ 3
while it's not an embedded system, Raspberry Pi supports Python and has a GPIO array, which can act as an embedded system if you really want/need to use Python. Also, little warning, since its not an embedded system, you have to find libraries for almost everything third party (you cant just connect salvaged electronics to the GPIO pins)
1st May 2018, 9:34 PM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
+ 1
C is primarily used for embedded systems because it has more access to hardware than Python, Java, C# ect and is faster
1st May 2018, 8:28 PM
TurtleShell
TurtleShell - avatar
+ 1
thank you...! :-)
2nd May 2018, 7:07 PM
sagar godase
sagar godase - avatar