Skip to content

seibert/numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b18dc8 · Oct 17, 2010
Feb 8, 2008
Mar 11, 2009
Oct 17, 2010
Oct 17, 2010
Sep 20, 2010
Sep 20, 2010
Apr 22, 2007
Mar 4, 2009
Apr 4, 2009
Jan 9, 2009
Nov 19, 2009
Sep 20, 2010
Jan 15, 2010
Jan 5, 2009
Oct 17, 2010
Oct 17, 2010
Aug 31, 2010
Aug 25, 2010
May 16, 2009
Aug 20, 2008
May 18, 2008

Repository files navigation

NumPy is the fundamental package needed for scientific computing with Python. 
This package contains:

    * a powerful N-dimensional array object
    * sophisticated (broadcasting) functions
    * tools for integrating C/C++ and Fortran code
    * useful linear algebra, Fourier transform, and random number capabilities. 

It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.

More information can be found at the website:

http://scipy.org/NumPy

After installation, tests can be run with:

python -c 'import numpy; numpy.test()'

The most current development version is always available from our
git repository:

http://github.com/numpy/numpy


About

Numpy main repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.9%
  • Python 45.6%
  • C++ 1.2%
  • JavaScript 0.1%
  • Fortran 0.1%
  • Shell 0.1%