On this yr’s edition of the Stack Overflow survey, MicroPython is with 1.6% within the Most Popular Technologies — but why?
Towards Data Science
Just now
—
After I saw MicroPython on the list of the Stack Overflow survey from this yr, I desired to know what I could use this language for. And I wondered if it could function a bridge between hardware and software. In this text, I break down what MicroPython is and what data scientists should learn about it.
Table of Content
1 — What’s MicroPython and why is it special?
2 — Why should I do know MicroPython as an information scientist?
3 — What’s the difference to Python and other programming languages?
4 — What does this seem like in practice? (Only with web based simulator)
5 — Final Thoughts & Where to proceed learning?
MicroPython is a simplified, compact version of Python 3 designed specifically to be used on microcontrollers and other low-resource embedded systems. As we will read on the official website, the language offers a reduced standard library and special modules to interact directly with hardware components reminiscent of GPIO pins, sensors or LEDs.