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:
168168* Stackless _: A Python interpreter focused on providing lightweight
169169 microthreads while remaining largely compatible with CPython specific
170170 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.
171176
172177
173178Key Resources
@@ -256,4 +261,6 @@ Full Table of Contents
256261.. _Jython : https://www.jython.org/
257262.. _IronPython : https://ironpython.net/
258263.. _Stackless : https://github.com/stackless-dev/stackless/wiki/
264+ .. _MicroPython : https://micropython.org/
265+ .. _CircuitPython : https://circuitpython.org/
259266.. _Issue tracker : https://github.com/python/cpython/issues
You can’t perform that action at this time.
0 commit comments