MicroPython is a tiny open source Python programming language interpretor that runs on small embedded development boards. With MicroPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++ (what Arduino uses for programming).
Read moreWhat is the difference between embedded C and Python?
The main difference between C and Python is that, C is a structure oriented programming language while Python is an object oriented programming language . In general, C is used for developing hardware operable applications, and python is used as a general purpose programming language.
Read moreIs Python good for embedded?
Python can also be used to receive embedded system data that can be stored for analysis . Programmers can then use Python to develop parameters and other methods of analyzing that data.29 Ağu 2016
Read moreIs Python good for microcontrollers?
But while Python can be used for anything from web hosting and software development to business applications and everything in between, it can’t run on microcontrollers , which somewhat limits its capabilities.
Read more