Learn practical skills, build real-world projects, and advance your career

Five Interesting Numpy Functions

Numpy is a library in python which brings down all the difficulties one face with array manipulation as it has a wide range of useful built-in functions.
  • numpy.flip
  • numpy.linalg.matrix_power
  • numpy.char.rsplit
  • numpy.linalg.inv
  • numpy.ndarray.sort
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "althafmnazar123/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/althafmnazar123/numpy-array-operations

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