zoukankan      html  css  js  c++  java
  • 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  查看系统状态信息  
         
         
  • 相关阅读:
    Windows下使用nmake编译C/C++的makefile
    poj 1228
    poj 1039
    poj 1410
    poj 3304
    poj 1113
    poj 2074
    uva 1423 LA 4255
    poj 1584
    poj 3277
  • 原文地址:https://www.cnblogs.com/pengdonglin137/p/7707286.html
Copyright © 2011-2022 走看看