🌐
DataCamp
datacamp.com › cheat-sheet › numpy-cheat-sheet-data-analysis-in-python
NumPy Cheat Sheet: Data Analysis in Python | DataCamp
July 2, 2021 - You'll see that this cheat sheet covers the basics of NumPy that you need to get started: it provides a brief explanation of what the Python library has to offer and what the array data structure looks like, and goes on to summarize topics such as array creation, I/O, array examination, array mathematics, copying and sorting arrays, selection of array elements and shape manipulation.
🌐
Dataquest
dataquest.io › cheat-sheet › numpy-cheat-sheet
NumPy Cheat Sheet PDF – Dataquest
July 22, 2025 - Download our NumPy cheat sheet for quick access to essential array creation, reshaping, and key operations for efficient data analysis.
Discussions

An Interactive Cheatsheet for NumPy
Forgive me if i'm being naive, but what's interactive about this? Looks like the docs rehashed More on reddit.com
🌐 r/Python
4
85
December 12, 2021
Cheat Sheets for the Python Trinity - Numpy, Pandas, and Matplotlib
🌐 r/learnmachinelearning
12
211
August 17, 2021
Good cheat sheet for beginners
Try these: General: https://www.pythoncheatsheet.org/ https://quickref.me/python.html https://www.datacamp.com/cheat-sheet/getting-started-with-python-cheat-sheet Data Analysis: https://www.datacamp.com/cheat-sheet/numpy-cheat-sheet-data-analysis-in-python https://www.datacamp.com/cheat-sheet/pandas-cheat-sheet-for-data-science-in-python More on reddit.com
🌐 r/Python
12
37
December 13, 2023
Found this really cool NumPy cheat sheet and thought I'd share
That's pretty cool. In case anyone else comes in looking for others here is a Pandas cheat sheet and a Scikit-Learn cheat sheet More on reddit.com
🌐 r/learnpython
18
165
January 26, 2017
🌐
GeeksforGeeks
geeksforgeeks.org › python › numpy-cheat-sheet
NumPy Cheat Sheet: Beginner to Advanced (PDF) - GeeksforGeeks
July 23, 2025 - In this Numpy Cheat sheet for Data Analysis, we've covered the basics to advanced functions of Numpy including creating arrays, Inspecting properties as well as file handling, Manipulation of arrays, Mathematics Operations in Array and more with proper examples and output.
🌐
Reddit
reddit.com › r/python › an interactive cheatsheet for numpy
r/Python on Reddit: An Interactive Cheatsheet for NumPy
December 12, 2021 -

Earlier this year I put out an interactive cheat sheet for Python. I got a lot of requests for a NumPy sheet as well. So here it is, The NumPy SpeedSheet:

https://speedsheet.io/s/numpy

The idea is simple, have a reference sheet that brings the answer to you. Use the search on top to lookup what you need and the sheet returns the answer in real time.

This sheet covers all things in the NumPy Library. Topics range from creating arrays to array manipulation to array operations with lots of examples to go along.

Here is a video tutorial I created to go along with the SpeedSheet:

https://youtu.be/0z9aaotXp4E

I'd love some feedback from any data scientists or anyone using NumPy out there for important things that are missing, or things that could be done better.

And for reference, here is the original Python SpeedSheet:

https://speedsheet.io/s/python

So play around with it and let me know what you think.

TLDR:

This is an interactive cheat sheet for the Numpy library.

🌐
GitHub
gist.github.com › pourmand1376 › aa6a8bc4fddda31fecbdf73b2535af21
Pandas, Numpy, Python Cheatsheet · GitHub
I assembled a super quick cheatsheet of the most common Pandas, Numpy and Python tasks I tend to do.
🌐
Datacamp
assets.datacamp.com › blog_assets › Numpy_Python_Cheat_Sheet.pdf pdf
2 Python For Data Science Cheat Sheet NumPy Basics
Python For Data Science Cheat Sheet · NumPy Basics · Learn Python for Data Science Interactively at www.DataCamp.com · NumPy · DataCamp · Learn Python for Data Science Interactively · The NumPy library is the core library for scientific computing in · Python.
🌐
Ontariotechu
shared.ontariotechu.ca › shared › department › student-life › student-learning-centre › nool › documents › math › 3data-science-basics_python-cheat-sheet_datacamp-resource.pdf pdf
NumPy Cheat Sheet Python For Data Science
NumPy Cheat Sheet · Python For Data Science · Learn NumPy online at www.DataCamp.com · Saving & Loading On Disk · Saving & Loading Text Files · >>> np.save( , a) >>> np.savez( ', a, b) >>> np.load( ) 'my_array' 'array.npz · 'my_array.npy' >>> np.loadtxt( ) >>> np.genfromtxt( , delimiter= ) >>> np.savetxt( , a, delimiter= ) "myfile.txt" "my_file.csv" ',' "myarray.txt" " " > I/O ·
Find elsewhere
🌐
Kaggle
kaggle.com › getting-started › 255139
🔥 10 Best NumPy Cheat Sheets ✔️
Checking your browser before accessing www.kaggle.com · Click here if you are not automatically redirected after 5 seconds
🌐
Daily Dose of DS
blog.dailydoseofds.com › p › a-comprehensive-numpy-cheat-sheet
A Comprehensive NumPy Cheat Sheet Of 40 Most Used Methods
February 18, 2024 - If you are in a similar situation, I once prepared this NumPy cheat sheet, which depicts the 40 most commonly used methods from NumPy:
🌐
Reddit
reddit.com › r/learnmachinelearning › cheat sheets for the python trinity - numpy, pandas, and matplotlib
r/learnmachinelearning on Reddit: Cheat Sheets for the Python Trinity - Numpy, Pandas, and Matplotlib
August 17, 2021 -

The Python Trinity is a group of 3 Python packages (Numpy, Pandas, and Matplotlib) for Machine Learning.

Here are some cheat sheets to help you on your journey of Machine Learning!


Numpy

Source: DataCamp Numpy Cheat Sheet


Pandas

Source: DataCamp Pandas Cheat Sheet


Matplotlib

Source: DataCamp Matplotlib Cheat Sheet

🌐
Medium
medium.com › pythoneers › learn-numpy-numpy-cheat-sheet-4635fe4c8a92
Learn NumPy (NumPy Cheat Sheet). Complete NumPy in one shot | by Rajat Sharma | The Pythoneers | Medium
June 21, 2024 - Learn NumPy (NumPy Cheat Sheet) Complete NumPy in one shot Introduction to NumPy NumPy (Numerical Python) is a fundamental package for scientific computing in Python. It provides support for large …
🌐
Daily Dose of Data Science
dailydoseofds.com › p › numpy-cheat-sheet-for-data-scientists
NumPy Cheat Sheet for Data Scientists
January 17, 2026 - Here’s a NumPy cheat sheet that depicts the 40 most commonly used methods from NumPy: In our experience, you will use these methods 95% of the time working with NumPy. Whenever you are trying to learn a new library, mastering/practicing each and every method is not necessary.
🌐
Matplotlib
matplotlib.org › cheatsheets
Matplotlib cheatsheets — Visualization with Python
Cheatsheets [pdf] Beginner [pdf] Intermediate [pdf] Tips [pdf] Issues, suggestions, or pull-requests gratefully accepted at matplotlib/cheatsheets · On this page ·
🌐
QuickRef.ME
quickref.me › home › numpy cheat sheet & quick reference
Numpy Cheat Sheet & Quick Reference
NumPy is the fundamental package for scientific computing with Python. This cheat sheet is a quick reference for NumPy beginners.
🌐
InterviewBit
interviewbit.com › numpy-cheat-sheet
NumPY Cheat Sheet (2024): Freshers & Experienced - InterviewBit
January 4, 2024 - This cheat sheet aims to introduce you to NumPy and familiarize you with the important commands through this comprehensive guide.
🌐
Alma Better
almabetter.com › bytes › cheat-sheet › numpy
NumPy Cheat Sheet (Beginner to Advanced)
August 16, 2024 - NumPy is an essential library for numerical computing in Python. It provides support for arrays, matrices, and a wide range of mathematical functions. This python numpy cheat sheet will cover important aspects of NumPy, including its functions, commands, syntax, and use cases with examples.
🌐
Kyoto-u
kwasan.kyoto-u.ac.jp › ~kouui › spectra › sphinx › _build › html › RST › NumpyCollection.html
Numpy Cheat Sheet — Spectra documentation
There are currently more than 60 universal functions defined in numpy on one or more types, covering a wide variety of operations. Some of these ufuncs are called automatically on arrays when the relevant infix notation is used (e.g., add(a, b) is called internally when a + b is written and ...