Skip to content
forked from numpy/numpy

The fundamental package for scientific computing with Python.

License

Notifications You must be signed in to change notification settings

williamstein/numpy

Repository files navigation

NumPy is a replacement of Numeric Python that adds the features of numarray.  
To install:

python setup.py install

The setup.py script will take advantage of fast BLAS on your system if it can
find it.  You can help the process with a site.cfg file.

If fast BLAS and LAPACK cannot be found, then a slower default version is used. 

The most current development version is always available from a
subversion repostiory:

http://svn.scipy.org/svn/numpy/trunk 

About

The fundamental package for scientific computing with Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.4%
  • C 35.1%
  • C++ 1.3%
  • Cython 0.9%
  • Shell 0.2%
  • Fortran 0.1%