下面是Python开发常用的软件包。
名称 | 用途 | 安装命令 |
opengl | sudo pip3 install PyOpenGL | |
pyqtgraph | GUI图形库 | sudo pip3 install pyqtgraph |
Matplotlib | 绘图库 | sudo pip3 install matplotlib |
pip | sudo apt-get install python-pip | |
pip3 | sudo apt-get install python3-pip | |
sip | SIP是python调用C/C++库的必备模块 | sudp pip3 install sip |
QScintilla |
QScintilla2是连接编译器和Python的接口, 因此是Eric的必需前置组件 |
sudo pip3 install QScintilla |
ipython | python的交互式编程工具 | |
ipdb | 开源的python调试器 | |
pep8或者pycodestyle | Python官方的代码规范 | |
glances | 查看系统状态信息 | |