NumPy Basics

Subscribers:
14
Published on ● Video Link: https://www.youtube.com/watch?v=4ft4xymrb6A



Duration: 9:40
0 views
0


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.