We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fddbe5 commit 8c437f9Copy full SHA for 8c437f9
README.md
@@ -9,11 +9,10 @@ The Micro Python project
9
</p>
10
11
This is the Micro Python project, which aims to put an implementation
12
-of Python 3.x on a microcontroller.
+of Python 3.x on microcontrollers and small embedded systems.
13
14
-WARNING: this project is in early beta stage and is subject to large
15
-changes of the code-base, including project-wide name changes and API
16
-changes.
+WARNING: this project is in beta stage and is subject to changes of the
+code-base, including project-wide name changes and API changes.
17
18
Micro Python implements the entire Python 3.4 syntax (including exceptions,
19
"with", "yield from", etc.). The following core datatypes are provided:
0 commit comments