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的包

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
提供的源码资源涵盖了Java应用等多个领域,每个领域都含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 适合毕业设计、课程设计作业。这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。 所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通,第一时间进行解答!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值