The Power of NumPy

1. Introduction to NumPy

What is NumPy?

NumPy is one of the most widely used libraries in Python. With its support for multi-dimensional arrays and an almost endless amount of operations that can be performed on them, it has uses in just about any field you could imagine.

This course is designed to introduce you and provide you with a good understanding of NumPy and why its arrays and array operations are so powerful and widely used in the world of data science.

Below is a small glimpse of the power of NumPy arrays which you will be more than familiar with by the end of this course.