Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 844 Bytes

index.md

File metadata and controls

32 lines (25 loc) · 844 Bytes
layout title
page
Advanced NumPy

Prerequisites {.prereq}

This lesson covers advanced features of NumPy. If you know how to create a NumPy array and can explain how it differs from a Python list, you are ready to go.

If you know how to use array broadcasting and indexing to accelerate your code, the lecture will be probably too basic.

Getting ready {.getready}

Make sure that you have a working installation of NumPy.

Topics

  1. Introduction
  2. Operations on NumPy arrays
  3. Indexing
  4. Broadcasting
  5. Array container
  6. Case study: K-means

Other Resources