Python經常使用的軟件包

 

下面是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  查看系統狀態信息
相關文章
相關標籤/搜索