NumPy Basics
Channel:
Subscribers:
14
Published on ● Video Link: https://www.youtube.com/watch?v=4ft4xymrb6A
NumPy stands for Numerical Python and is one of the core scientific Python packages. Chances are if you're using Python for science, you're going to use NumPy. Here we will go through the basics of NumPy arrays and why we would use them over lists in certain circumstances.