NumPy Crash Course
Learn about NumPy arrays and manipulate data stored inside of them.
Feb 7, 2023
RelatedSee MoreSee More
cheat-sheet
NumPy Cheat Sheet: Data Analysis in Python
This Python cheat sheet is a quick reference for NumPy beginners.
Karlijn Willems
6 min
tutorial
Python Arrays
Python arrays with code examples. Learn how to create and print arrays using Python NumPy today!
DataCamp Team
3 min
tutorial
Python Numpy Array Tutorial
A NumPy tutorial for beginners in which you'll learn how to create a NumPy array, use broadcasting, access values, manipulate arrays, and much more.
Karlijn Willems
45 min
tutorial
Scipy Tutorial: Vectors and Arrays (Linear Algebra)
A SciPy tutorial in which you'll learn the basics of linear algebra that you need for machine learning in Python, with a focus how to with NumPy.
Karlijn Willems
28 min
code-along
Exploratory Data Analysis in Python for Absolute Beginners
In this live codealong, you will learn the basics of exploring new datasets
Filip Schouwenaars
code-along
Getting Started with Machine Learning in Python
Learn the fundamentals of supervised learning by using scikit-learn.
George Boorman