Applications of NUMPY

  1. Introduction to NumPy and NumPy installation
  2. NumPy - Data Types
  3. NumPy - Arrays
  4. Numpy - Array Manipulation
  5. NumPy - Mathematical Functions
  6. NumPy - Statistical Functions
  7. NumPy - String Functions

Programs on NumPy

  1. Write a NumPy program that changes the type of array
  2. Write a NumPy program that compare two arrays
  3. Write a Numpy program to calculate column-wise sum of a given matrix.
  4. Write a NumPy program to calculate mean of array by ignoring NaN.