Indexing Arrays

In this lesson, we will learn about indexing and slicing arrays.

We'll cover the following

Indexing #

Similar to Python lists(), NumPy arrays can be indexed using square brackets.

Indexing of arrays starts from 0.

Get hands-on with 1200+ tech skills courses.