page

Nov 7, 2021

NumPy Tutoria

NumPy Tutorial:

 https://www.i2tutorials.com/numpy-tutorial/

 

Numpy is one of the libraries available for Python programming language. This library or module provides numerical and mathematical functions which are pre-compiled.

Numpy is designed to used for multidimensional arrays and for scientific computing which are memory efficient.

Here we have 2 packages

1. Numpy – This provides basic calculations with multi-dimensional arrays and matrices of numeric data.

2. Scipy – This package provides functionality of Numpy with added algorithms like , regression, minimization, Fourier transforms, statistical operations, random simulation and applied mathematical techniques.

 

No comments:

Post a Comment