Install mu-editor on Linux

conda create -n mu python=3.7
conda activate mu
pip install mu-editor
mu-editor

Using the playground express with python

We need to install circuitpython (adafruit’s version of micropython). Luckily, this is very easy:

  1. Download the python bootloader (adafruit-circuitpython-circuitplayground_express-en_US-5.3.1.uf2)
  2. Drag this file to the CPLAYBOOT drive
  3. Eject the disk
  4. Press reset

https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython

Online Documentation