Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 584 Bytes

File metadata and controls

12 lines (8 loc) · 584 Bytes

Quick Overview of NumPy

NumPy is a core-library for scientific computing in Python which provides high performance multidimentional array objects as well as concern tools or attributes for working on these array objects.

Numerical Python or NumPy for short is one of the most foundational packages for numerical computing in Python. In fact, most advanced computational packages providing scientific functionality use it's array objects.

In these notebook-tutorial following contents will be covered.

  • NumPy Array Objects
  • Array Indexing
  • Math Operation
  • Broadcastng