Getting started with arrays - English

21618 visits



Outline:

Overview of array Usage of numpy library How to create arrays How to create two dimensional array arange() method reshape() method How to find the shape of an array? Create a new array with elements of different datatypes Identity matrix Zeros method