What is numpy in python?



What is numpy in python?..

Answer / Deepshikh Singh

NumPy (Numerical Python) is a library for the Python programming language. It provides support for large, multi-dimensional arrays and matrices, along with a large collection of mathematical functions to operate on these arrays.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Which ide should I use for python?

1 Answers  


How do you append to a list in python?

1 Answers  


What is the best python interpreter?

1 Answers  


How do you override a method in python?

1 Answers  


How do I run a subprocess with pipes connected to both input and output?

1 Answers  


what is the statement that can be used in python if the program requires no action but requires a statement syntactically?

1 Answers  


How to count the occurrences of a particular element in the list?

1 Answers  


What is data type in python?

1 Answers  


What is micropython?

1 Answers  


How do you implement json given that python is best suited for the server-side application?

1 Answers  


What is Dict and List comprehensions are?

1 Answers  


Why python is popular nowadays?

1 Answers  


Categories