Error: Fetching the article from Wikipedia failed.
MicroPython
| MicroPython (programminglanguage) | |
|---|---|
| Full Name | MicroPython |
| Short Name | MicroPython |
| Description | Software implementation of a programming language largely compatible with Python 3, written in C |
| Company | Unkown |
| Web | No |
| Mobile | No |
| Enterprise | No |
| Embedded | Yes |
GitHub Topics
MicroPython is an implementation of the Python 3 programming language. It includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
Hello World
print("Hello, World!")
See also: Programming Languages