table of contents
- bullseye 1.0.3+dfsg-2
- testing 1.0.3+dfsg-6
- unstable 1.0.3+dfsg-6
- experimental 1.1.0~alpha2+dfsg1-1
MU-EDITOR(1) | User Commands | MU-EDITOR(1) |
NAME¶
mu-editor - a simple Python code editor
SYNOPSIS¶
mu-editor [file]
ARGUMENTS¶
- file
- the source file to edit
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 device, or as a Jupyter-based iPython session in Python3 mode).
REPORTING BUGS¶
Upstream bug tracker: https://github.com/mu-editor/mu/issues
COPYRIGHT¶
Copyright 2015 Nicholas H.Tollervey <ntoll@ntoll.org>
AUTHOR¶
This manual page is based on the Mu documentation. It was created by Nick Morrott <knowledgejunkie@gmail.com> for the Debian GNU/Linux system, but may be used by others
SEE ALSO¶
Project homepage: https://codewith.mu/
Projects using Mu: https://madewith.mu/
Online developer documentation: https://mu.readthedocs.io/
December 2018 | 1.0.3+dfsg |