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

Assignment 2 - Numpy Array Operations

Few Unique Numpy Functions To Know About

Some less known Numpy Functions

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

  • ones()
  • moveaxis()
  • bitwise_and()
  • bitwise_or()
  • bitwise_xor()
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "ancyef1/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/ancyef1/numpy-array-operations

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