Micro Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Micro Python

Any one having any experience in Micro Python?

22nd Apr 2019, 3:25 PM
Ankit Modi (Ask4Electrix)
Ankit Modi (Ask4Electrix) - avatar
1 Answer
+ 3
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. The MicroPython pyboard is a compact electronic circuit board that runs MicroPython on the bare metal, giving you a low-level Python operating system that can be used to control all kinds of electronic projects. MicroPython is packed full of advanced features such as an interactive prompt, arbitrary precision integers, closures, list comprehension, generators, exception handling and more. Yet it is compact enough to fit and run within just 256k of code space and 16k of RAM. Thanks
23rd Apr 2019, 8:59 AM
Ashu
Ashu - avatar