Python Numpy

Overview & Getting started

Keno Leon
4 min readAug 14, 2020

--

What is it ?

If you work or are learning python, sooner or later you will bump into Numpy arrays, I’d venture that numpy, along with pandas dataframes are the workhorses of data as far as python is concerned. In layman terms Numpy arrays are data containers that can represent multiple dimensions and be queried and operated on, or if you prefer the official…

--

--