Coding Basics

Fundamentals

Although MicroPython is a reduced version of Python, it retains most of the essential features of the language (with some adaptations to work on resource-constrained devices).

So let’s briefly review some of the key elements of Python’s basic syntax that are applicable in MicroPython. If you need more information about Python, I leave you a course.

On this page