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

Numpy in Python

Presented by,
Name:-Harsh Kumar

Numpy's Function

Write a short introduction about Numpy and list the chosen functions.
Numpy:-Numpy is a python library which stands for numerical python. It was developed in 2005 by Travis Oliphant.it is used to perform numerical operation with array.it is also used for linear linear algebra and metrices.
function1 = np.shape()
function2 = np.identity()
function3 = np.repeat()
function4 = np.flatten()
function5 = np.expand_dims()

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')
[jovian] Attempting to save notebook..

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