NumPy, SciPy and SciKits: Difference between revisions
Jump to navigation
Jump to search
m (WikiSysop moved page Numpy, Scipy and Scikit to NumPy, SciPy and SciKits without leaving a redirect) |
(→NumPy) |
||
Line 2: | Line 2: | ||
== NumPy== | == NumPy== | ||
NumPy adds arrays and linear albegra to Python, with the ability to operate on all elements of an array in one stroke, and to include C and Fortran code. |
Revision as of 21:13, 20 February 2013
Python provides a framework on which numerical and scientific data processing can be built. As part of our short course on Python for Physics and Astronomy we will look at the capabilities of the NumPy, SciPy and SciKits packages.
NumPy
NumPy adds arrays and linear albegra to Python, with the ability to operate on all elements of an array in one stroke, and to include C and Fortran code.