Home »
Python »
Python SciPy MCQs
SciPy is a collection of mathematical algorithms and convenience functions built on ____
3. SciPy is a collection of mathematical algorithms and convenience functions built on ____.
- Pandas
- Matplotlib
- NumPy
- All of the mentioned above
Answer: C) NumPy
Explanation:
NumPy is an extension of Python that serves as the foundation for SciPy, which is a library of mathematical methods and convenience functions. It provides the user with high-level commands and classes for manipulating and displaying data, which adds a substantial amount of capability to the Python session that is being used for interactive programming.