What is numpy? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is numpy?

Hello, I just started using python. I have to use numpy with Python. What is numpy? Will I download it to the computer? How can I use it together?

14th Feb 2021, 8:52 PM
Emily
Emily - avatar
2 Answers
+ 4
It stands for "Numerical Python" Feel free to read the documentation on their official website! https://numpy.org/doc/
14th Feb 2021, 9:00 PM
Stefan
Stefan - avatar
+ 1
You have to install numpy module with pip install numpy.Import it with import numpy as np It is used to manipulate more complicated python arrays as two dimensional array 2d,3d .In numpy There are more functionalities that facilate the use of multidimensional type of data as rows and columns like tables in databases.
14th Feb 2021, 9:10 PM
HBhZ_C
HBhZ_C - avatar