1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
% MU-EDITOR(1) __VERSION__ | User Commands
%
% December 2018
# 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
**uflash(1)**
Project homepage: https://codewith.mu/
Projects using Mu: https://madewith.mu/
Online developer documentation: https://mu.readthedocs.io/
|