Tutorial: Practical Python – 4. Creating and Manipulating Arrays – Part 2

Need to go beyond x and y data?  For example, do you have a sensor that records time series of multiple parameter?  Or maybe you want to work with image files?  Perhaps at some point you want to write your own computer simulations?  For all of these you will need to understand how to work with multi-dimensional arrays.

In this tutorial you will become familiar with multi-dimensional arrays and some of the special functions used with them to allow you manipulate your data however you like!

Download the Jupyter notebook for this tutorial here: Tutorial4_ArrayIndexing_part2.pynb

Leave a Comment