下面是Python开发经常使用的软件包。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 | 查看系统状态信息 |