What does the name “NumPy” stand for in the context of Python programming?
2026
What does the name “NumPy” stand for in the context of Python programming?
- A.
Numerical Python
- B.
Numerical Package
- C.
Number manipulation program
- D.
Number manipulation & plotting
Attempted by 667 students.
Show answer & explanation
Correct answer: A
The correct answer is Option A (Numerical Python).
NumPy stands for Numerical Python. It is a library used for numerical computations, especially for working with arrays and mathematical operations efficiently.