Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.16 KB

NumPy-Basics by Muhammet Şancı

These are the studies I created while trying to learn NumPy as a beginner. I have written all the explanations of methods and operations. I hope they are clear enough. Here are the sections:

NumPy Works 1:

> Creating Arrays
> Getting Dimensions of the Arrays
> Getting Shape of the Arrays
> Getting Type of the Arrays
> Getting Size of the Arrays

NumPy Works 2:

> Accesing Elements
> Accesing Rows and Columns
> Updating Elements, Rows and Columns

NumPy Works 3:

> Initializing Different Types of Arrays
> Initializing Arrays From Random Numbers
> Copying Arrays

NumPy Works 4:

> Basic Mathematics
> Taking Power and Trigonometry
> Linear Algebra

NumPy Works 5:

> Basic Statistics
> Statistical Operations

NumPy Works 6:

> Reshaping Arrays
> Stacking Arrays
> Concatenating Arrays

NumPy Works 7:

> Load Data From File
> Advanced Indexing and Boolean Masking

NumPy Works 8:

> Advanced Matrix Operations
> Advanced Array Operations