How do I insert my programming language into a hardware?(especially python & c) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I insert my programming language into a hardware?(especially python & c)

If I want to build a device that can solve complex problems, How can I do that by using python or any high-level programming language?

16th Mar 2021, 10:23 AM
Nafi Rahat Rahman
1 Answer
+ 1
The short answer is yes. What are you trying to achieve? For instance, you need to consider what type of hardware you want to write programs into. Assembly language is written for microchips, you can use C to program an Arduino microcontroller, or you could use Python to create scripts that run on a Raspberry Pi. Really depends on what is your objective. Hope this helps.
16th Mar 2021, 12:38 PM
Billy Noah
Billy Noah - avatar