0% found this document useful (0 votes)
39 views

NumPy Tutorial

NumPy is a Python library used for working with arrays. The tutorial provides 43 pages to learn about NumPy, from basic introduction to creating and plotting random data sets. It covers topics like creating and manipulating arrays, array indexing and slicing, data types, shapes, random number generation and more. Users can learn through reading the pages, taking quiz tests, completing exercises, and experimenting with code examples in an online code editor.

Uploaded by

ahmed salem
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

NumPy Tutorial

NumPy is a Python library used for working with arrays. The tutorial provides 43 pages to learn about NumPy, from basic introduction to creating and plotting random data sets. It covers topics like creating and manipulating arrays, array indexing and slicing, data types, shapes, random number generation and more. Users can learn through reading the pages, taking quiz tests, completing exercises, and experimenting with code examples in an online code editor.

Uploaded by

ahmed salem
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

 Tutorials  Exercises  Get Certified  Services  Bootcamps Spaces Sign Up Log in

Dark mode
Dark code
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP BOOTSTRAP HOW TO W3.CSS C C++ C# REACT R JQUERY DJANGO   

NumPy Tutorial ADVERTISEMENT

NumPy HOME
NumPy Intro
NumPy Getting Started

NumPy Tutorial
NumPy Creating Arrays
NumPy Array Indexing
NumPy Array Slicing
NumPy Data Types ❮ Home Next ❯
NumPy Copy vs View
NumPy Array Shape
NumPy Array Reshape

[+:
NumPy Array Iterating NumPy is a Python library.
NumPy Array Join
NumPy is used for working with arrays.
NumPy Array Split
NumPy Array Search NumPy is short for "Numerical Python".
NumPy Array Sort
NumPy Array Filter

NumPy Random
Learning by Reading
Random Intro
Data Distribution We have created 43 tutorial pages for you to learn more about NumPy.
Random Permutation
Starting with a basic introduction and ends up with creating and plotting random data sets, and working with NumPy functions:
Seaborn Module
Normal Distribution
Binomial Distribution Basic Random ufunc
Introduction Random Intro ufunc Intro

Getting Started Data Distribution Create Function

Creating Arrays Random Permutation Simple Arithmetic

Array Indexing Seaborn Module Rounding Decimals

Array Slicing Normal Dist. Logs

Data Types Binomial Dist. Summations

COLOR PICKER
Copy vs View Poisson Dist. Products

Array Shape Uniform Dist. Differences

Array Reshape Logistic Dist. Finding LCM



Array Iterating Multinomial Dist. Finding GCD

Array Join Exponential Dis. Trigonometric

Array Split Chi Square Dist. Hyperbolic

Array Search Rayleigh Dist. Set Operations

Array Sort Pareto Dist.

Array Filter Zipf Dist.

ADVERTISEMENT

Learning by Quiz Test


Test your NumPy skills with a quiz test.

Start NumPy Quiz

Learning by Exercises
ADVERTISEMENT

NumPy Exercises

Exercise:
Insert the correct method for creating a NumPy array.

arr = np. ([1, 2, 3, 4, 5])

Submit Answer »

Start the Exercise

Learning by Examples
In our "Try it Yourself" editor, you can use the NumPy module, and modify the code to see the result.

Example Get your own Python Server

Create a NumPy array:

import numpy as np

arr = np.array([1, 2, 3, 4, 5])

print(arr)

print(type(arr))

Try it Yourself »

Click on the "Try it Yourself" button to see how it works.

❮ Home Log in to track progress Next ❯

ADVERTISEMENT

ADVERTISEMENT

Spaces Upgrade Newsletter Get Certified Report Error

Top Tutorials Top References Top Examples Get Certified


HTML Tutorial HTML Reference HTML Examples HTML Certificate
CSS Tutorial CSS Reference CSS Examples CSS Certificate
JavaScript Tutorial JavaScript Reference JavaScript Examples JavaScript Certificate
How To Tutorial SQL Reference How To Examples Front End Certificate
SQL Tutorial Python Reference SQL Examples SQL Certificate
Python Tutorial W3.CSS Reference Python Examples Python Certificate
W3.CSS Tutorial Bootstrap Reference W3.CSS Examples PHP Certificate
Bootstrap Tutorial PHP Reference Bootstrap Examples jQuery Certificate
PHP Tutorial HTML Colors PHP Examples Java Certificate
Java Tutorial Java Reference Java Examples C++ Certificate
C++ Tutorial Angular Reference XML Examples C# Certificate
jQuery Tutorial jQuery Reference jQuery Examples XML Certificate

FORUM | ABOUT

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we
cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.


W3Schools is Powered by W3.CSS.

You might also like