joshbrowning2358 / numpy

Numpy main repository

Home Page:http://www.numpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumPy

Travis AppVeyor

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

It provides:

  • 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

If nose is installed, tests can be run after installation with:

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

Powered by NumFOCUS

About

Numpy main repository

http://www.numpy.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 54.5%Language:Python 44.7%Language:C++ 0.7%Language:Fortran 0.1%Language:Makefile 0.0%Language:Objective-C 0.0%