INTRODUCTION TO NUMPY
In this course you will learn how to use NumPy, which is a popular data science library. You will code along with me and learn:
- what NumPy is and how to install it
- how to use data and array types in NumPy
- how to do arithmetic, statistics, trigonometry and complex numbers in NumPy
- what 1, 2 and 3 dimensional NumPy arrays are
- how to index, find and order elements in NumPy