Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1006 Bytes

File metadata and controls

23 lines (18 loc) · 1006 Bytes

Numpy tutorial for beginners

Numpy is the very basic , common, and widely used library of Python. The topics which has been covered in this repository are: The materials in this tutorial have been adapted from eric496/numpy-tutorial.

The following materials will be covered in class:

  1. Data Types
  2. Create Arrays
  3. Inpect an Array
  4. Sampling Methods
  5. Math Functions
  6. Sort an Array
  7. Slicing and Indexing
  8. Combine and Split an Array

Additional topics to explore are:

Let's get started with NumPy!

Module 1