Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade -q
import jovian

Let's begin by importing Numpy and listing out the functions covered in this notebook.

import numpy as np

List of functions explained

function1 = np.transpose() and np.T
function2 = np.flip(x)
function3 = np.unique(a,return_index=True,return_counts=True)
function4 = img[:,:,0],img[:,:,1],img[:,:,2] from misc image
function5 = polynomial.polyder(array,no.of derivations, variable value,axis of derivation)