Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Jim Mussared edited this pageAug 31, 2022 ·2 revisions

About MicroPython

MicroPython is a Python interpreter (with partial native code compilation feature). It provides subset of Python 3.4 features, implemented for embedded processors and constrained systems.

This means that MicroPython isvery close to Python, but is missing a few of the features.

Learning Python

Python is an easy to learn, well documented programming language. Learning Python is the first step to learning MicroPython. It is recommended that you learn Python 3.4 or greater, since that is the version that MicroPython is based off of.

Tutorials:

Diving into MicroPython

Now that you have learned the basics of Python, it is important to review theDifferences to CPython wiki page. MicroPython supports a significant amount of Python language including numeric types, strings, tuples, lists, dictionaries, classes (with inheritance) and many more.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp