mu-editor

simple editor for beginner Python programmers
  https://codewith.mu/
  1
  1 review



Mu is a simple code editor for beginner programmers, based on extensive feedback from teachers and learners. Having said that, Mu is for anyone who wants to use a simple "no frills" editor.

Mu is a modal editor with modes for:

* standard Python 3 (including a graphical debugger) * the micro:bit's version of MicroPython * Adafruit's CircuitPython * Pygame Zero

Some modes provide read-eval-print loop (REPL) support, either running on a connected CircuitPython or MicroPython device, or as a Jupyter-based iPython session in Python3 mode.

This package contains the Mu editor. Detailed online user documentation and tutorials for the Mu editor are available from within the editor, or at https://codewith.mu
Latest reviews
4
epsilotronic 2 years ago

It is an interesting IDE to start programming in Python. It has a very nice and intuitive interface to use. And it has the great advantage that you do not need to install or configure anything to start programming.