Python package --NumPy

NumPy(Numerical Python) is an extension library Python language, supports a number of dimensions of the array and matrix operations, in addition, it provides a lot of math library for array operations.

NumPy is running very fast math library, mainly for computing array, comprising:

  • A powerful N-dimensional array object ndarray
  • Broadcast performance function
  • Integration of C / C ++ / Fortran code tool
  • Linear algebra, Fourier transform, random number generation functions

Resources

[. 1] NumPy course
[2] NumPy official website
[. 3] NumPy Source Codes

Published 66 original articles · won praise 101 · views 30000 +

Guess you like

Origin blog.csdn.net/u010705932/article/details/105286228