本文主要是介绍WinPython中自带的python包,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Python packages
Name | Version | Description |
---|---|---|
Python | 3.3.3 | Python programming language with standard library Python 标准库 |
astroid | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) |
colorama | 0.2.7 | Cross-platform colored terminal text 跨平台的具有颜色的终端 |
cvxopt | 1.1.6 | Convex optimization library |
cx_Freeze | 4.3.2 | Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed) 将Python脚本转换为Windows执行程序。 |
Cython | 0.19.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python 通过C语言编写用于Python的扩展。 |
docutils | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) 生成文档。 |
formlayout | 1.0.15 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code 创建对话框/窗口部件的模块,使得可以不用编写GUI代码便可以编辑变量或参数。(默认创建了很多输入框,与变量绑定) |
guidata | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display 可自动生成图形用户界面,以简化数据编辑和显示。 |
guiqwt | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development 高效的 曲线/图像 绘图,用于科学数据处理软件开发。(与matplotlib区别?) |
h5py | 2.2.1 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) HDF5文件的python访问接口 |
ipython | 1.1.0 | Enhanced Python shell 增强的python交互器 |
Jinja2 | 2.7.1 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) 带有沙箱的模板引擎。用于将数据与界面分离,即利用数据可以方便的生成界面(页面) |
logilab-common | 0.60.1 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) |
mahotas | 1.0.4 | Computer Vision library 计算视觉库 |
MarkupSafe | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python 标记安全字符串??用于XML/HTML/XHTML |
matplotlib | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) 2维绘图库(可嵌入到PyQT的GUI界面中) |
networkx | 1.8.1 | Python package for creating and manipulating graphs and networks 创建和管理图和网络的python包 |
nose | 1.3.0 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) 发现式的单元测试扩展(如NumPy的测试模块使用nose) |
numexpr | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine
|
numpy-MKL | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) Numpy是处理多维数组(包含数字,字符串,结构记录和对象),是SciPy的核心模块 |
pandas | 0.13.0 | Powerful data structures for data analysis, time series and statistics 强大的数据结构用于数据分析、时间序列分析和统计 |
patsy | 0.2.1 | Describing statistical models using symbolic formulas 统计表达式模块,用于符号公式 |
Pillow | 2.2.2 | Python Imaging Library (fork) Python的图像库 |
pip | 1.4.1 | A tool for installing and managing Python packages Python包的安装工具 |
psutil | 1.2.1 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way 提供了一个统一接口用于获取所有运行进程的信息。如CPU,磁盘,内存、网络等。 |
Pygments | 1.6 | Generic syntax highlighter for general use in all kinds of software |
pyhdf | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) HDF4的python接口。 |
pylint | 1.0.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality 代码静态分析工具,用来提升代码质量和寻找bug. |
PyOpenGL | 3.0.2 | Cross platform Python binding to OpenGL and related APIs 跨平台的OpenGL库 |
pyparsing | 2.0.1 | A Python Parsing Module Python解析模块 |
PyQt | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... 跨平台的应用程序框架 |
PyQtdesignerplugins | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4
|
PyQtdoc | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 |
PyQwt | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) |
pyreadline | 2.0 | IPython needs this module to display color text in Windows command window IPython使用这个模块来显示彩色文字。 |
pyserial | 2.6 | Library encapsulating the access for the serial port 用于访问串口的封装库 |
PySide | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt
|
python-dateutil | 2.2 | Powerful extensions to the standard datetime module 日期时间的扩展模块 |
pytz | 2013.8 | World Timezone Definitions for Python 世界时区定义 |
pywin32 | 218.4 | Python library for Windows 用于windows的python库 |
pyzmq | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) ZeroMQ消息队列的Python库 |
Scidoc | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) 安装科学库的文档 |
scikit-image | 0.9.3 | Image processing toolbox for SciPy Scipy的图形处理工具箱 |
scikit-learn | 0.14.1 | A set of Python modules for machine learning and data mining Python的机器学习和数据挖掘 |
scipy | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) 科学计算库 |
setuptools | 2.0.2 | Download, build, install, upgrade, and uninstall Python packages - easily 包管理器 |
simplejson | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder JSON编码解码 |
six | 1.4.1 | Python 2 and 3 compatibility utilities Python 2 3的兼容性工具 |
Sphinx | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language 文档生成工具 |
spyder | 2.3.0beta2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface |
SQLAlchemy | 0.9.0 | SQL Toolkit and Object Relational Mapper SQL工具箱以及对象关系映射 |
statsmodels | 0.5.0 | Statistical computations and models for use with SciPy 统计计算模块 |
sympy | 0.7.4.1 | Symbolic Mathematics Library 符号数学库 |
tables | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) 基于HDF5的用于管理分层数据集的包 |
tornado | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook) 可伸缩的,非阻塞的web Server |
VPython | 5.74 | A free, open-source module for producing real-time 3D scenes with Python 用于产生实时3D场景的Python库 |
winpython | 1.0 | WinPython distribution tools, including WPPM (package manager) WinPython自身的工具,含有WPPM包管理器 |
xlrd | 0.9.2 | Extract data from Microsoft Excel spreadsheet files 处理MS Excel的包 |
这篇关于WinPython中自带的python包的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!