logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mu-editor - a simple Python code editor

Arguments

file   the source file to edit

Author

       This manual page is based  on  the  Mu  documentation.   It  was  created  by  Nick  Morrott  <knowledge‐
       junkie@gmail.com> for the Debian GNU/Linux system, but may be used by others

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]

See Also