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

A quick journey through Numpy and arrays

Exploring Numpy arrays with 5 useful examples

Write a short introduction about Numpy and list the chosen functions.

  • np.diag
  • np.swapaxes
  • np.linalg.solve
  • np.llinalg.eig
  • np.unique

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='numpy-array-operations')

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