Overview
Syllabus
quick note: at - the floating point numbers originated from b/a and not from np.floor
- intro
- create 2D demo arrays
- dtype attribute
- fill array with values
- assignment operators
- NumPy is Python or C?
- sum of array
- sum of columns or rows only
- product of array
- average of array mean
- minimum and maximum values
- index of minimum and maximum values
- peak to peak method ptp
- size attribute
- flatten vs ravel methods
- repeat function
- non-flat repeat function
- unique function
- diagonal function
- convert array to list
- save array to file
- swap axes of array
- transpose method
- T attribute
- NumPy documentation
- simple operations on 2 matrices
- modulo
- floor division
- matrix multiplication
- thanks for watching! :
Taught by
Python Simplified