Appendix A¶
This is a partial listing of third party packages and programs that incorporate Python for various scientific disciplines. In some cases, it can be useful to look at Python(x,y), Anaconda, and Canopy package lists for a more complete listing.
General Purpose¶
-
Provides N-dimensional numerical array objects and some linear algebra routines. Pretty much the base of every scientific package for Python.
-
A broad range of scientific functions for integration, optimization, linear algebra, Fourier transforms, image processing, etc. See the documentation for more details.
-
The de facto 2D plotting library for Python. Has some limited 3D capabilities as well.
-
A GUI based plotting package. This is designed to be more interactive than Matplotlib but has much of the same functionality.
-
A very powerful data analysis library. Provides DataFrames, which are based on a similar concept in R, which essentially act like Excel spreadsheets on steroids.
-
A package for working with HDF5 files, which are an open-source file type designed for working with very large amounts of data. This is very useful if you have really large amounts of data that won’t fit entirely into memory.
Chemistry¶
-
A module for working with NMR data in Python
-
Bruker’s NMR control and processing software uses Python for automation and pulse sequence design.
-
A 3D molecule builder and viewer. This uses Python for scripting. A newer version is being developed by Kitware.
-
Python for chemical informatics
-
Python is used as the internal scripting language for these products.
-
A software for analysis of XAS data. The next generation of IFeffit.
-
X-ray fluorescence toolkit, developed as ESRF
Biology¶
-
Freely available tools for biological computations.
-
Platform for bioinformatics.
Earth and Oceanographic Science¶
-
Analysis of geometric (2D) objects. Apparently built on top of the GEOS and ITS libraries.
-
A Matplotlib toolkit for plotting on top of maps.
-
Visualization and analysis of meteorological and oceanographic data.
Mathematics¶
-
Ridiculously powerful mathematics software that uses Python as it’s interface language. Aims to be an open-source alternative to Mathematica, Matlab, etc.
-
Symbolic mathematics library. Very useful if you don’t need all of the stuff that comes with Sage.
-
Statistical modeling package.
Astronomy¶
-
A suite of astronomy packages.
Cloud Computing Services¶
-
An online serves for distributed computing.
-
Python is used to develop Google Apps
-
Another site that lets you develop web applications in Python.
Documentation Generation¶
-
The standard Python documenation system. Used to make the main Python documenation. This website is a Sphinx-generated site.
-
Another more recent documentation system for scientific document automation.
-
Convert restructuredtext files to pdf documents.