numpy Arrays and Vectorized Programming

One major theme of numpy is that your intuition for indexing ordered containers such as Python lists should naturally carry over to arrays. Therefore, the syntax for techniques such as slicing remains consistent. Watch this video to practice the gymnastics of indexing and slicing when applied to numpy arrays.

Last modified: Friday, September 23, 2022, 1:58 PM