Complete Python NumPy Tutorial - Creating Arrays, Indexing, Math, Statistics, Reshaping
Keith Galli via YouTube
-
17
-
- Write review
PowerBI Data Analyst - Create visualizations and dashboards from scratch
35% Off Finance Skills That Get You Hired - Code CFI35
Overview
Syllabus
- Introduction
- What is NumPy
- NumPy vs Lists speed, functionality
- Applications of NumPy
- The Basics creating arrays, shape, size, data type
- Accessing/Changing Specific Elements, Rows, Columns, etc slicing
- Initializing Different Arrays 1s, 0s, full, random, etc...
- Problem #1 How do you initialize this array?
- Be careful when copying variables!
- Basic Mathematics arithmetic, trigonometry, etc.
- Linear Algebra
- Statistics
- Reorganizing Arrays reshape, vstack, hstack
- Load data in from a file
- Advanced Indexing and Boolean Masking
- Problem #2 How do you index these values?
Taught by
Keith Galli
Reviews
5.0 rating, based on 1 Class Central review
-
Clear, complete NumPy tutorial—great theory, hands-on demos, and data handling in under 1 hour. Having recently consulted Keith Galli's Beginner Python NumPy Tutorial, I find it to be an exceptionally concise yet thorough introduction to the fundam…