This is the IDE for micropython on EDU-CIAA.
On ubuntu and derivates, this require python3, cmake, qt4-qmake, libqt4-core and libqt4-gui installed into the system. You can install all with:
sudo apt-get install python3 cmake qt4-qmake libqt4-core libqt4-gui
pip install pyside pyqode.python pyserial pyte tendo
Replace pip by pip3 or command of your distribution.
In Ubuntu, PySide can fail to compile. At this case you can use PyQt4 and others packages from official repositories
sudo apt-get install python3 python3-qt4
sudo pip3 install pyserial tendo pyte pyqode.python markdown
This is the main window
Actions:
This view allows quick access to the symbols in the code on editor
This view show some code snipplets to speed edition