filmov
tv
Python NumPy | Basic Indexing

Показать описание
NumPy arrays can be indexed using the standard Python format using square brackets with an object within. The object defines the type of indexing that will occur. The three types of indexing are: field access, basic slicing, and advanced indexing.