Editor

An in-page editor that talks to the playgrounds will land here. Until then, these are the tools people actually use.

ToolRoleLink
ThonnyBeginner IDE, REPL, plotter, optional debugger on supported buildsthonny.org
mpremoteOfficial CLI: copy files, mount, mip, REPLdocs
VS Code + Pico-W-Go / MicroPicoEdit on the laptop, sync to the boardVS Code marketplace
rshell / ampyOlder file-copy tools; mpremote replaces most of thisPyPI
micro:bit Python editorFlash hex to a micro:bit from the browserpython.microbit.org
PyScriptMicroPython in a web page (no GPIO)pyscript.net

mpremote in one screen

pip install mpremote
mpremote connect auto repl
mpremote cp main.py :main.py
mpremote mip install umqtt.simple
mpremote mount .