Numpy Tutorial for Beginner
It provides:
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities
This repogistory is a beginner tutorial for you, who want to quickly learn and start using Numpy for scientific computing. The tutorial is inside the notebook file.
- 1 NumPy = Numerical Python
- 2 The Numpy ndarray: A Multidimensional Array Object
- 3 Creating NumPy Arrays
- 4 Save NumPy Arrays
- 5 NumPy Broadcasting
- 6 Array Mathematics
- 7 Manipulate NumPy Array
- 8 End of tutorial.
Please feels free to contribute to this tutorial. If there are any mistake or typo, simply create an issue and i will fix it as soon as I can.
- Hoang Tung Lam - lamhoangtung
This project is licensed under the MIT License - see the LICENSE.md file for details