Skip to content

codewithleo1103/numpy-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numpy Tutorial

Numpy Tutorial for Beginner

NumPy

NumPy is the fundamental package needed for scientific computing with Python.

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.

Table of Contents

Contributing

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.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Numpy Tutorial for Beginner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%