mu和thonny在树莓派官方的系统中是默认给安装好的,比起pycharm,非常轻量用起来手感很好。
mu 官网 https://codewith.mu/
thonny 官网 https://thonny.org/
安装方式官网都有的。。。
sudo apt install thonny
mu的话可以用pip安装
pip3 install mu-editor
python 的初级编辑器(或者说ide吧)mu 和 thonny
原文:https://www.cnblogs.com/feipeng8848/p/12809684.html