Package |
Version |
Download and description |
| Python | 2.6.2 | | Python standard libraries |
| xy | 1.1.0 |  (2125) | xy is a module that gathers all Python(x,y) tools (Dependencies: PyQt4, spyder, xydoc, ipython, scipy) |
| xydoc | 1.0.3 |   (2344) | Collection of all freely available help files and examples on Python language and its libraries |
| PyQt | 4.5.4 |  (2432) | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode ... |
| Spyder | 1.0.1 |  (2013) | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface (Dependencies: PyQt4) |
| formlayout | 1.0.5 |  (2196) | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code (Dependencies: PyQt4) |
| QtHelp | 4.5.2 |  (2287) | Complete Qt documentation for Qt Assistant (Dependencies: PyQt4) |
| PyQwt | 5.2.0 |  (2166) | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) (Dependencies: PyQt4) |
| wxPython | 2.8.10.1 |  (1661) | Cross-platform GUI library |
| NumPy | 1.3.0 |  (2222) | Multidimensional arrays support and basic operations (SciPy's core module) (Dependencies: nose) |
| SciPy | 0.7.1 |  (2314) | Advanced math, signal processing, optimization, statistics, ... (Dependencies: numpy) |
| numexpr | 1.3.1 |  (2110) | Fast evaluation of array expressions elementwise by using a vector-based virtual machine (Dependencies: numpy) |
| Matplotlib | 0.99.1 |  (2234) | 2D plotting library (embeddable in GUIs created with PyQt) (Dependencies: numpy) |
| gnuplot | 1.8 |  (2104) | Complete plotting package: include the popular open-source plotting program gnuplot (v4.2.5) and the Python interface |
| PIL | 1.1.6 |  (2105) | Python Imaging Library - Image processing library |
| IPython | 0.10 |  (2134) | Enhanced Python shell (Dependencies: pyreadline) |
| Pyreadline | 1.5 |  (2115) | IPython needs this module to display color text in Windows console |
| SetupTools | 0.6.9 |  (2138) | Download, build, install, upgrade, and uninstall Python packages - easily |
| ETS | 3.3.0 |  (1686) | Enthought Tool Suite: MayaVi 2 (powerful 2D and 3D scientific visualization tool), Traits, Chaco, ... (Dependencies: wxPython, vtk, setuptools) |
| VTK | 5.4.2 |  (2183) | Open-source software system for visualization, 3D graphics, volume rendering and image processing |
| ITK | 3.16 |  (1552) | Open-source software system for medical image processing (leading-edge segmentation and registration algorithms) |
| mx | 3.1.2 |  (1440) | eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools |
| pydicom | 0.9.3.1 |  (1434) | Pure python package for working with DICOM files (medical imaging) |
| PyOpenGL | 3.0.1a3 |  (1445) | Cross platform Python binding to OpenGL and related APIs |
| VPython | 5.13 |  (1455) | Creation of 3D interactive models of physical systems |
| SymPy | 0.6.5 |  (1466) | Symbolic Mathematics Library |
| PyWavelets | 0.1.6 |  (1443) | Wavelet transforms module |
| scikits.timeseries | 0.91.2 |  (1442) | Module for manipulating, reporting, and plotting time series of various frequencies |
| OpenCV | 1.1pre1a |  (1466) | Intel image processing library with Computer Vision algorithms, Copyright © 2000-2006, Intel Corporation, all rights reserved |
| NetworkX | 1.0rc1 |  (1438) | Creation, manipulation, and study of the structure, dynamics, and functions of complex networks |
| MDP | 2.5 |  (1431) | Modular toolkit for Data Processing - Collection of supervised and unsupervised learning algorithms (Dependencies: numpy, scipy) |
| PyTables | 2.1.2 |  (2018) | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) (Dependencies: numpy) |
| vitables | 2.0 |  (2022) | Graphical tool for browsing and editing files in both HDF5 and PyTables formats (Dependencies: tables) |
| h5py | 1.2.1 |  (2028) | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) |
| PP | 1.5.7 |  (1444) | Parallel Python - Parallel execution of Python code on systems with multiple processors or cores, and clusters |
| Pywin32 | 2.14 |  (2080) | Python library for Windows |
| pyvisa | 1.3 |  (1453) | Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) |
| PyParallel | 0.2.0 |  (1449) | Library encapsulating the access for the parallel port |
| PySerial | 2.4.0 |  (1430) | Library encapsulating the access for the serial port |
| Cython | 0.11.3 |  (1443) | Cython is a language that makes writing C extensions for the Python language as easy as Python |
| psyco | 1.6 |  (1459) | Specializing compiler which can massively speed up the execution of any Python code |
| py2exe | 0.6.9 |   (2032) | 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) |
| Sphinx | 0.6.3 |  (1426) | Tool for generating documentation which uses reStructuredText as its markup language (Dependencies: docutils, jinja2, pygments) |
| docutils | 0.5.0 |  (1423) | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) |
| jinja2 | 2.2.1 |  (1421) | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) |
| pygments | 1.1.1 |  (1423) | Generic syntax highlighter for general use in all kinds of software |
| ReportLab | 2.3 |  (2075) | The PDF generation library |
| rst2pdf | 0.12.1 |  (1425) | Tool for transforming reStructuredText to PDF using ReportLab (Dependencies: reportlab, simplejson) |
| simplejson | 2.0.9 |  (1427) | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder |
| xlutils | 1.4.1 |  (1436) | Utilities for working with Excel files (includes xlrd, xlwt and errorhandler modules) |
| nose | 0.11.1 |  (2018) | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) |
| pylint | 0.18.1 |  (2021) | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality |
| winpdb | 1.4.6 |  (1424) | Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb (Dependencies: wxPython) |