Skip to content

lordmauve/mu

 
 

Repository files navigation

Mu - A Simple Python Code Editor

image

Mu is a simple code editor for beginner programmers based on the feedback given to and experiences of the Raspberry Pi Foundation's education team. Having said that, Mu is for anyone who wants to use a simple "no frills" editor.

Mu is a modal editor with modes for Adafruit's CircuitPython, the micro:bit's version of MicroPython and standard Python 3 (including a graphical debugger). All modes make available a REPL (either running on the connected CircuitPython or MicroPython device or as a Jupyter based iPython session in Python3 mode).

It's written in Python and works on Windows, OSX, Linux and Raspberry Pi.

We have extensive developer documentation including a guide for setting up a development environment, contributor guidelines and some suggested first steps.

We want our community to be a friendly place. Therefore, we expect contributors and collaborators to follow our Code of Conduct.

About

A "micro" editor for MicroPython and the BBC micro:bit. Written in Python and Qt5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%