Skip to main content
HomeCode-alongsData Analysis

NumPy Crash Course

Learn about NumPy arrays and manipulate data stored inside of them.
Feb 2023
Code along with us onCode Along

View Slides

If you want to use Python for number crunching, you should get to know NumPy!

This gentle introduction to NumPy will show you the basics of NumPy and explore why NumPy is so ubiquitous. Using DataLab, you’ll get to know NumPy arrays and manipulate data stored inside of them.

By the end of the session, you’ll be looking at examples of how 3-D NumPy arrays can store image data! This session will run for 75 minutes, allowing you time to immerse yourself in the subject, and includes short breaks and opportunities to ask questions throughout the training.

Key takeaways

  • Learn the basics of NumPy: what is an array and why is it useful?

  • What sets NumPy apart? Speed and n-dimensional data!

  • Get excited about NumPy possibilities with cool NumPy applications like manipulating image data

Topics