Python Python Microcontroller: Learn How to Use It

AI Thread Summary
Python is primarily executed through an interpreter, making it unsuitable for direct use on most microcontrollers. However, it can run on platforms like the Raspberry Pi, which operates with an operating system. While Python code can be compiled into executables, finding a specific microcontroller that directly supports this is rare. The discussion also clarifies the correct spelling of "Python" and "Raspberry Pi," emphasizing the importance of accurate terminology in programming contexts.
SDRFG
Messages
26
Reaction score
1
Hello,
I ahve used C and C++ assembly lang introduction and few codes.
which processor or microcontroller use phyton??
 
Technology news on Phys.org
None
Well not directly. Python generally is run via an interpreter.
You could run python on a Pi with an OS on it. Otherwise it is unlikely you'd find a microcontroller to directly run/interpret the python code.

Yes you can compile python code into a executable but I would think it would be unlikely to find any for any specific microcontroller.
 
  • Like
Likes SDRFG
OK, raspberry pia i think it work on it.
what is the beautiful in phyton??
 
Not sure what you're asking :)
 
SDRFG said:
OK, raspberry pia i think it work on it.
what is the beautiful in phyton??
There is no "phyton" -- the name of the language is Python, like the snake.
Also, it's Raspberry Pi, as in ##\pi##.
 
  • Like
Likes SDRFG
Also, it's Raspberry Pi, as in π\pi.

Why it is pia?
 

Similar threads

Replies
1
Views
3K
Replies
2
Views
835
Replies
10
Views
3K
Replies
11
Views
1K
Replies
4
Views
2K
Replies
9
Views
2K
Back
Top