Python Programming

Department of Computing | Imperial College London

book

Introduction to NumPy and Matplotlib

  • Chapter 1: Introduction
  • Chapter 2: NumPy arrays
    • [2.1] NumPy arrays
    • [2.2] Initialising NumPy arrays
    • [2.3] NumPy array attributes
    • [2.4] np.dtype
    • [2.5] Array creation routines
  • Chapter 3: Array operations
  • Chapter 4: Array reshaping
  • Chapter 5: Array manipulation
  • Chapter 6: NumPy functions
  • Chapter 7: Miscellaneous
  • Chapter 8: NumPy recap and exercises
  • Chapter 9: Matplotlib

Chapter 2

NumPy arrays

Matrix

Rough estimated time needed
20 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London