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)
+ 1
C is primarily used for embedded systems because it has more access to hardware than Python, Java, C# ect and is faster
+ 1
thank you...! :-)