Lesson 2.6: NumPy – Arrays & Mathematical Operations
NumPy (Numerical Python) is a powerful library for numerical computing. It provides arrays (faster than Python lists) and many mathematical operations.
1. Importing NumPy
2. Creating Arrays
3. Array Properties
4. Special Arrays
5. Mathematical Operations
6. Useful Functions
✅ In Summary
-
NumPy arrays are faster and more efficient than Python lists.
-
Supports vectorized operations (no need for loops).
-
Provides powerful mathematical & statistical functions.
