What is NumPy used for?
The question is about NumPy
Answer:
NumPy is used for numerical computing in Python. It provides support for multi-dimensional arrays, matrix operations, and a wide range of mathematical functions. NumPy is a foundation for data science, machine learning, and scientific computing libraries like Pandas and TensorFlow.