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

Only 5 randomly picked Numpy functions out of a vast offer

They might still be pretty useful

Numpy is a python library covering vector and matrix operation. In addition numpy enables one to use n-dimensional arrays within the python language.

  • function 1: trim_zeros
  • function 2: char_add
  • function 3: ndarray.T
  • function 4: unique
  • function 5: log10

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='Assignment-2_Numpy_array_operations')
[jovian] Attempting to save notebook..

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