Run NumPy Online
Learn NumPy through executable array, matrix, statistics, indexing, and reshaping examples.
Run Run NumPy Online online9 runnable examples
NumPy Matrix Multiplication
Multiply two matrices online with NumPy matmul and the @ operator.
View example →NumPy Mean, Median, and Standard Deviation
Calculate descriptive statistics with NumPy and run the example online.
View example →Generate Random Numbers with NumPy
Generate reproducible random integers with NumPy's modern Generator API.
View example →Find Unique Values with NumPy
Find unique array values and their occurrence counts with NumPy.
View example →