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

5 Numpy Functions

list of numpy functions :

  • numpy.random.randint(low, high=None, size=None, dtype='l')
  • function 2
  • function 3
  • function 4
  • function 5

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='assignment2_5numpyfunctions')
[jovian] Creating a new project "abhishek-rana-989616/assignment2_5numpyfunctions" [jovian] Committed successfully! https://jovian.ai/abhishek-rana-989616/assignment2-5numpyfunctions

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