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删除Excel中的行列和单元格示例详解

《使用Python删除Excel中的行列和单元格示例详解》在处理Excel数据时,删除不需要的行、列或单元格是一项常见且必要的操作,本文将使用Python脚本实现对Excel表格的高效自动化处理,感兴... 目录开发环境准备使用 python 删除 Excphpel 表格中的行删除特定行删除空白行删除含指定

Python通用唯一标识符模块uuid使用案例详解

《Python通用唯一标识符模块uuid使用案例详解》Pythonuuid模块用于生成128位全局唯一标识符,支持UUID1-5版本,适用于分布式系统、数据库主键等场景,需注意隐私、碰撞概率及存储优... 目录简介核心功能1. UUID版本2. UUID属性3. 命名空间使用场景1. 生成唯一标识符2. 数

Python办公自动化实战之打造智能邮件发送工具

《Python办公自动化实战之打造智能邮件发送工具》在数字化办公场景中,邮件自动化是提升工作效率的关键技能,本文将演示如何使用Python的smtplib和email库构建一个支持图文混排,多附件,多... 目录前言一、基础配置:搭建邮件发送框架1.1 邮箱服务准备1.2 核心库导入1.3 基础发送函数二、

Python包管理工具pip的升级指南

《Python包管理工具pip的升级指南》本文全面探讨Python包管理工具pip的升级策略,从基础升级方法到高级技巧,涵盖不同操作系统环境下的最佳实践,我们将深入分析pip的工作原理,介绍多种升级方... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核

基于Python实现一个图片拆分工具

《基于Python实现一个图片拆分工具》这篇文章主要为大家详细介绍了如何基于Python实现一个图片拆分工具,可以根据需要的行数和列数进行拆分,感兴趣的小伙伴可以跟随小编一起学习一下... 简单介绍先自己选择输入的图片,默认是输出到项目文件夹中,可以自己选择其他的文件夹,选择需要拆分的行数和列数,可以通过

Python中反转字符串的常见方法小结

《Python中反转字符串的常见方法小结》在Python中,字符串对象没有内置的反转方法,然而,在实际开发中,我们经常会遇到需要反转字符串的场景,比如处理回文字符串、文本加密等,因此,掌握如何在Pyt... 目录python中反转字符串的方法技术背景实现步骤1. 使用切片2. 使用 reversed() 函

Python中将嵌套列表扁平化的多种实现方法

《Python中将嵌套列表扁平化的多种实现方法》在Python编程中,我们常常会遇到需要将嵌套列表(即列表中包含列表)转换为一个一维的扁平列表的需求,本文将给大家介绍了多种实现这一目标的方法,需要的朋... 目录python中将嵌套列表扁平化的方法技术背景实现步骤1. 使用嵌套列表推导式2. 使用itert

使用Docker构建Python Flask程序的详细教程

《使用Docker构建PythonFlask程序的详细教程》在当今的软件开发领域,容器化技术正变得越来越流行,而Docker无疑是其中的佼佼者,本文我们就来聊聊如何使用Docker构建一个简单的Py... 目录引言一、准备工作二、创建 Flask 应用程序三、创建 dockerfile四、构建 Docker

Python使用vllm处理多模态数据的预处理技巧

《Python使用vllm处理多模态数据的预处理技巧》本文深入探讨了在Python环境下使用vLLM处理多模态数据的预处理技巧,我们将从基础概念出发,详细讲解文本、图像、音频等多模态数据的预处理方法,... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核

Python使用pip工具实现包自动更新的多种方法

《Python使用pip工具实现包自动更新的多种方法》本文深入探讨了使用Python的pip工具实现包自动更新的各种方法和技术,我们将从基础概念开始,逐步介绍手动更新方法、自动化脚本编写、结合CI/C... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核