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将博客内容html导出为Markdown格式

《Python将博客内容html导出为Markdown格式》Python将博客内容html导出为Markdown格式,通过博客url地址抓取文章,分析并提取出文章标题和内容,将内容构建成html,再转... 目录一、为什么要搞?二、准备如何搞?三、说搞咱就搞!抓取文章提取内容构建html转存markdown

Python获取中国节假日数据记录入JSON文件

《Python获取中国节假日数据记录入JSON文件》项目系统内置的日历应用为了提升用户体验,特别设置了在调休日期显示“休”的UI图标功能,那么问题是这些调休数据从哪里来呢?我尝试一种更为智能的方法:P... 目录节假日数据获取存入jsON文件节假日数据读取封装完整代码项目系统内置的日历应用为了提升用户体验,

Python FastAPI+Celery+RabbitMQ实现分布式图片水印处理系统

《PythonFastAPI+Celery+RabbitMQ实现分布式图片水印处理系统》这篇文章主要为大家详细介绍了PythonFastAPI如何结合Celery以及RabbitMQ实现简单的分布式... 实现思路FastAPI 服务器Celery 任务队列RabbitMQ 作为消息代理定时任务处理完整

Python Websockets库的使用指南

《PythonWebsockets库的使用指南》pythonwebsockets库是一个用于创建WebSocket服务器和客户端的Python库,它提供了一种简单的方式来实现实时通信,支持异步和同步... 目录一、WebSocket 简介二、python 的 websockets 库安装三、完整代码示例1.

揭秘Python Socket网络编程的7种硬核用法

《揭秘PythonSocket网络编程的7种硬核用法》Socket不仅能做聊天室,还能干一大堆硬核操作,这篇文章就带大家看看Python网络编程的7种超实用玩法,感兴趣的小伙伴可以跟随小编一起... 目录1.端口扫描器:探测开放端口2.简易 HTTP 服务器:10 秒搭个网页3.局域网游戏:多人联机对战4.

使用Python实现快速搭建本地HTTP服务器

《使用Python实现快速搭建本地HTTP服务器》:本文主要介绍如何使用Python快速搭建本地HTTP服务器,轻松实现一键HTTP文件共享,同时结合二维码技术,让访问更简单,感兴趣的小伙伴可以了... 目录1. 概述2. 快速搭建 HTTP 文件共享服务2.1 核心思路2.2 代码实现2.3 代码解读3.

Python使用自带的base64库进行base64编码和解码

《Python使用自带的base64库进行base64编码和解码》在Python中,处理数据的编码和解码是数据传输和存储中非常普遍的需求,其中,Base64是一种常用的编码方案,本文我将详细介绍如何使... 目录引言使用python的base64库进行编码和解码编码函数解码函数Base64编码的应用场景注意

Python基于wxPython和FFmpeg开发一个视频标签工具

《Python基于wxPython和FFmpeg开发一个视频标签工具》在当今数字媒体时代,视频内容的管理和标记变得越来越重要,无论是研究人员需要对实验视频进行时间点标记,还是个人用户希望对家庭视频进行... 目录引言1. 应用概述2. 技术栈分析2.1 核心库和模块2.2 wxpython作为GUI选择的优

Linux卸载自带jdk并安装新jdk版本的图文教程

《Linux卸载自带jdk并安装新jdk版本的图文教程》在Linux系统中,有时需要卸载预装的OpenJDK并安装特定版本的JDK,例如JDK1.8,所以本文给大家详细介绍了Linux卸载自带jdk并... 目录Ⅰ、卸载自带jdkⅡ、安装新版jdkⅠ、卸载自带jdk1、输入命令查看旧jdkrpm -qa

Python如何使用__slots__实现节省内存和性能优化

《Python如何使用__slots__实现节省内存和性能优化》你有想过,一个小小的__slots__能让你的Python类内存消耗直接减半吗,没错,今天咱们要聊的就是这个让人眼前一亮的技巧,感兴趣的... 目录背景:内存吃得满满的类__slots__:你的内存管理小助手举个大概的例子:看看效果如何?1.