Install jupyter notebook
Describe jupyter notebook
install numpy
pip install numpy
Introduction to numpy
numpy array / list
Methematical operation perform on Array and list
creating numpy array, slicing and dimentional
Inspecting an Array
using shape(), len(), ndim(), size(), type(), astype(int)
Mahemetical operations and functions on numpy array
add, multiply, division, minus, concate array
Combining(concate) and Splitting Array
Adding and removing array
sort, search, and filter
aggerate function in numpy array
sum, min, max , size, mean, cumsum, cumprod