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

The Useful Five

In this notebook I have discussed about 5 useful functions that every numpy user must know.

What is Numpy ?

Numpy is a numerical computaion library for python that supports large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. It is one of the core data science libraries.

!pip install jovian --upgrade -q