Lesson 3: Numpy


We’ll be using the NumPy library and NumPy arrays as one of our primary data structures. Use this notebook to build up some initial familiarity. You need not become an expert here but it’s useful to understand what np.array’s are and how they’re used and manipulated.

You can view the Notebook in html here but we also strongly recommend working with our Notebooks locally by performing a git clone on https://github.com/makeabilitylab/signals.git and running Jupyter Notebook on your system (see installation notes).

Additionally, for quick interactive access to editable versions, you can use: Open in Binder Open in Colab

Next Lesson

In the next lesson, you will learn about and use the Matplotlib visualization library for Python. Matplotlib will help us visualize and analyze our data.

Previous: Introduction to NumPy Next: Introduction to Matplotlib