NumPy Arrays

Summary

This course introduces you to the widely used array-processing library in Python - NumPy, which is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. In this course, we will focus on the creation and manipulation of arrays including indexing, slicing, reshaping, joining and splitting.