In this video, you will learn about the arithmetic operations on NumPy array. These will be required alot when you work real work problem and you want to check all the values in particular range or when you want to perform simple arithmetic operation on array.
NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.