WinPython中自带的python包

2024-04-26 15:08
文章标签 python 自带 winpython

本文主要是介绍WinPython中自带的python包,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Python packages

NameVersionDescription
Python3.3.3

Python programming language with standard library

Python 标准库

astroid1.0.1Rebuild a new abstract syntax tree from Python's ast (required for pylint)
colorama0.2.7

Cross-platform colored terminal text

跨平台的具有颜色的终端

cvxopt1.1.6Convex optimization library
cx_Freeze4.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执行程序。

Cython0.19.2

Cython is a language that makes writing C extensions for the Python language as easy as Python

通过C语言编写用于Python的扩展。

docutils0.11

Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)

生成文档。

formlayout1.0.15

Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code

创建对话框/窗口部件的模块,使得可以不用编写GUI代码便可以编辑变量或参数。(默认创建了很多输入框,与变量绑定)

guidata1.6.1

Automatically generated graphical user interfaces for easy data set edition and display

可自动生成图形用户界面,以简化数据编辑和显示。

guiqwt2.3.2

Efficient curve/image plotting and other GUI tools for scientific data processing software development

高效的 曲线/图像 绘图,用于科学数据处理软件开发。(与matplotlib区别?)

h5py2.2.1

General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)

HDF5文件的python访问接口

ipython1.1.0

Enhanced Python shell

增强的python交互器

Jinja22.7.1

Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)

带有沙箱的模板引擎。用于将数据与界面分离,即利用数据可以方便的生成界面(页面)

logilab-common0.60.1Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
mahotas1.0.4

Computer Vision library

计算视觉库

MarkupSafe0.18

Implements a XML/HTML/XHTML Markup safe string for Python

标记安全字符串??用于XML/HTML/XHTML

matplotlib1.3.1

2D plotting library (embeddable in GUIs created with PyQt)

2维绘图库(可嵌入到PyQT的GUI界面中)

networkx1.8.1

Python package for creating and manipulating graphs and networks

创建和管理图和网络的python包

nose1.3.0

nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)

发现式的单元测试扩展(如NumPy的测试模块使用nose)

numexpr2.2.2

Fast evaluation of array expressions elementwise by using a vector-based virtual machine


numpy-MKL1.8.0

NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)

Numpy是处理多维数组(包含数字,字符串,结构记录和对象),是SciPy的核心模块

pandas0.13.0

Powerful data structures for data analysis, time series and statistics

强大的数据结构用于数据分析、时间序列分析和统计

patsy0.2.1

Describing statistical models using symbolic formulas

统计表达式模块,用于符号公式

Pillow2.2.2

Python Imaging Library (fork)

Python的图像库

pip1.4.1

A tool for installing and managing Python packages

Python包的安装工具

psutil1.2.1

Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way

提供了一个统一接口用于获取所有运行进程的信息。如CPU,磁盘,内存、网络等。

Pygments1.6Generic syntax highlighter for general use in all kinds of software
pyhdf0.8.3

Python interface to HDF4 files (Hierarchical Data Format version 4)

HDF4的python接口。

pylint1.0.0

Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality

代码静态分析工具,用来提升代码质量和寻找bug.

PyOpenGL3.0.2

Cross platform Python binding to OpenGL and related APIs

跨平台的OpenGL库

pyparsing2.0.1

A Python Parsing Module

Python解析模块

PyQt4.9.6-1

Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...

跨平台的应用程序框架

PyQtdesignerplugins1.1

PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4


PyQtdoc4.8.4PyQtdoc installs Qt documentation for PyQt4
PyQwt5.2.12D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
pyreadline2.0

IPython needs this module to display color text in Windows command window

IPython使用这个模块来显示彩色文字。

pyserial2.6

Library encapsulating the access for the serial port

用于访问串口的封装库

PySide1.2.1

Python binding of the cross-platform GUI toolkit Qt


python-dateutil2.2

Powerful extensions to the standard datetime module

日期时间的扩展模块

pytz2013.8

World Timezone Definitions for Python

世界时区定义

pywin32218.4

Python library for Windows

用于windows的python库

pyzmq14.0.1

Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)

ZeroMQ消息队列的Python库

Scidoc1.8.0

Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)

安装科学库的文档

scikit-image0.9.3

Image processing toolbox for SciPy

Scipy的图形处理工具箱

scikit-learn0.14.1

A set of Python modules for machine learning and data mining

Python的机器学习和数据挖掘

scipy0.13.2

SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)

科学计算库

setuptools2.0.2

Download, build, install, upgrade, and uninstall Python packages - easily

包管理器

simplejson3.3.1

Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder

JSON编码解码

six1.4.1

Python 2 and 3 compatibility utilities

Python 2 3的兼容性工具

Sphinx1.2

Tool for generating documentation which uses reStructuredText as its markup language

文档生成工具

spyder2.3.0beta2Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
SQLAlchemy0.9.0

SQL Toolkit and Object Relational Mapper

SQL工具箱以及对象关系映射

statsmodels0.5.0

Statistical computations and models for use with SciPy

统计计算模块

sympy0.7.4.1

Symbolic Mathematics Library

符号数学库

tables3.0.0

Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)

基于HDF5的用于管理分层数据集的包

tornado3.1.1

Scalable, non-blocking web server and tools (required for IPython notebook)

可伸缩的,非阻塞的web Server

VPython5.74

A free, open-source module for producing real-time 3D scenes with Python

用于产生实时3D场景的Python库

winpython1.0

WinPython distribution tools, including WPPM (package manager)

WinPython自身的工具,含有WPPM包管理器

xlrd0.9.2

Extract data from Microsoft Excel spreadsheet files

处理MS Excel的包

这篇关于WinPython中自带的python包的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/937913

相关文章

Python多重继承慎用的地方

《Python多重继承慎用的地方》多重继承也可能导致一些问题,本文主要介绍了Python多重继承慎用的地方,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面... 目录前言多重继承要慎用Mixin模式最后前言在python中,多重继承是一种强大的功能,它允许一个

python+OpenCV反投影图像的实现示例详解

《python+OpenCV反投影图像的实现示例详解》:本文主要介绍python+OpenCV反投影图像的实现示例详解,本文通过实例代码图文并茂的形式给大家介绍的非常详细,感兴趣的朋友一起看看吧... 目录一、前言二、什么是反投影图像三、反投影图像的概念四、反向投影的工作原理一、利用反向投影backproj

Python中edge-tts实现便捷语音合成

《Python中edge-tts实现便捷语音合成》edge-tts是一个功能强大的Python库,支持多种语言和声音选项,本文主要介绍了Python中edge-tts实现便捷语音合成,具有一定的参考价... 目录安装与环境设置文本转语音查找音色更改语音参数生成音频与字幕总结edge-tts 是一个功能强大的

使用Python和PaddleOCR实现图文识别的代码和步骤

《使用Python和PaddleOCR实现图文识别的代码和步骤》在当今数字化时代,图文识别技术的应用越来越广泛,如文档数字化、信息提取等,PaddleOCR是百度开源的一款强大的OCR工具包,它集成了... 目录一、引言二、环境准备2.1 安装 python2.2 安装 PaddlePaddle2.3 安装

Python+PyQt5开发一个Windows电脑启动项管理神器

《Python+PyQt5开发一个Windows电脑启动项管理神器》:本文主要介绍如何使用PyQt5开发一款颜值与功能并存的Windows启动项管理工具,不仅能查看/删除现有启动项,还能智能添加新... 目录开篇:为什么我们需要启动项管理工具功能全景图核心技术解析1. Windows注册表操作2. 启动文件

Python datetime 模块概述及应用场景

《Pythondatetime模块概述及应用场景》Python的datetime模块是标准库中用于处理日期和时间的核心模块,本文给大家介绍Pythondatetime模块概述及应用场景,感兴趣的朋... 目录一、python datetime 模块概述二、datetime 模块核心类解析三、日期时间格式化与

Java调用Python的四种方法小结

《Java调用Python的四种方法小结》在现代开发中,结合不同编程语言的优势往往能达到事半功倍的效果,本文将详细介绍四种在Java中调用Python的方法,并推荐一种最常用且实用的方法,希望对大家有... 目录一、在Java类中直接执行python语句二、在Java中直接调用Python脚本三、使用Run

使用Python开发Markdown兼容公式格式转换工具

《使用Python开发Markdown兼容公式格式转换工具》在技术写作中我们经常遇到公式格式问题,例如MathML无法显示,LaTeX格式错乱等,所以本文我们将使用Python开发Markdown兼容... 目录一、工具背景二、环境配置(Windows 10/11)1. 创建conda环境2. 获取XSLT

Python如何调用指定路径的模块

《Python如何调用指定路径的模块》要在Python中调用指定路径的模块,可以使用sys.path.append,importlib.util.spec_from_file_location和exe... 目录一、sys.path.append() 方法1. 方法简介2. 使用示例3. 注意事项二、imp

PyQt5+Python-docx实现一键生成测试报告

《PyQt5+Python-docx实现一键生成测试报告》作为一名测试工程师,你是否经历过手动填写测试报告的痛苦,本文将用Python的PyQt5和python-docx库,打造一款测试报告一键生成工... 目录引言工具功能亮点工具设计思路1. 界面设计:PyQt5实现数据输入2. 文档生成:python-