Skip to main content

2 docs tagged with "NumPy"

View all tags

NumPy (Part 1): Introduction to NumPy arrays

Following our Introduction to Data Science in Python, this article introduces NumPy (Part 1): Introduction to NumPy arrays. NumPy is the fundamental package for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays.

NumPy (Part 2): Array indexing, slicing, and operations

Following our Introduction to NumPy arrays, this article explores NumPy (Part 2): Array indexing, slicing, and operations. We'll learn how to access and manipulate data within NumPy arrays and how to perform mathematical operations on them.