File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ developers to work on them. Some major examples that may be of interest are:
168
168
* Stackless _: A Python interpreter focused on providing lightweight
169
169
microthreads while remaining largely compatible with CPython specific
170
170
extension modules
171
+ * MicroPython _: A tiny Python interpreter with small subset of the Python
172
+ standard library that is optimised to run on microcontrollers and in
173
+ constrained environments.
174
+ * CircuitPython _: A fork of MicroPython designed to simplify experimenting
175
+ and learning to code on low-cost microcontroller boards.
171
176
172
177
173
178
Key Resources
@@ -256,4 +261,6 @@ Full Table of Contents
256
261
.. _Jython : https://www.jython.org/
257
262
.. _IronPython : https://ironpython.net/
258
263
.. _Stackless : https://github.com/stackless-dev/stackless/wiki/
264
+ .. _MicroPython : https://micropython.org/
265
+ .. _CircuitPython : https://circuitpython.org/
259
266
.. _Issue tracker : https://github.com/python/cpython/issues
You can’t perform that action at this time.
0 commit comments