Do the Numpy
Do the Numpy Dance, Is your Chance to do the Nump!
Sir Numpy says:
The Numpy Dance is your chance to do the nump Do the Numpy Nump, come on and do the Numpty Nump Do the Numpy Nump, just watch me do the Numpty Nump Do ya know what I’m doin’, doin’ the Numpty Nump Do the Numpy Nump, do the Numpty Nump
Start at the beginning: NumPy
The first library that we will investigate is numpy
. Simply put, numpy
allows us to represent
mathematical objects like arrays and matricies of different datatypes and performs operations on those objects thereby
easing the burden of writing the tedious code within your applications to do the mundane representations and operations.