mu-editor - a simple Python code editor
Contents
Arguments
file the source file to edit
Copyright
Copyright 2015 Nicholas H.Tollervey <ntoll@ntoll.org>
Description
mu-editor is a simple code editor for beginner programmers based on extensive feedback from teachers and
learners. Having said that, mu-editor is for anyone who wants to use a simple “no frills” editor.
mu-editor is a modal editor with modes for:
• Adafruit’s CircuitPython
• the micro:bit’s version of MicroPython
• PyGame Zero
• standard Python 3 (including a graphical debugger)
Some of the modes make available a REPL (either running on the connected CircuitPython or MicroPython de‐
vice, or as a Jupyter-based iPython session in Python3 mode).
Name
mu-editor - a simple Python code editor
Reporting Bugs
Upstream bug tracker: https://github.com/mu-editor/mu/issues
See Also
uflash(1) Project homepage: https://codewith.mu/ Projects using Mu: https://madewith.mu/ Online developer documentation: https://mu.readthedocs.io/ 1.0.3+dfsg December 2018 MU-EDITOR(1)
Synopsis
mu-editor [file]
