Skip to content

Commit abb135e

Browse files
authored
Mention MicroPython and CircuitPython in Others. (#1035)
1 parent de5fff8 commit abb135e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

173178
Key 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

0 commit comments

Comments
 (0)