Skip to content

Vishal-DVK/NumPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NumPy

  • NumPy is a powerful library in Python used for numerical computing. It's especially useful for working with arrays and matrices, and it provides a wide range of mathematical functions to operate on these data structures efficiently.
  • NumPy stands for Numerical Python
  • The core object in NumPy is the ndarray, which stands for "N-dimensional array."

Usage of numpy :

  • arithmetic operation
  • statistical operation
  • bitwise operation
  • copy & view array
  • stacking
  • matrix operation
  • linear algebra
  • broadcasting
  • math operation
  • sorting, searching

About

Numerical Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published