Numpy Guide for People In a Hurry

Julia Kho
Towards Data Science
4 min readDec 31, 2018

--

Photo by Chris Ried on Unsplash

The NumPy library is an important Python library for Data Scientists and it is one that you should be familiar with. Numpy arrays are like Python lists, but much better! It’s much easier manipulating a Numpy array than manipulating a Python list. You can use one Numpy array in place of having multiple Python lists. Numpy arrays also compute faster than lists and is extremely efficient for performing mathematical and logical…

--

--

Julia is an analytics professional who loves to write easy to understand Python and data science articles for beginners