Python question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python question

what is numpy in python eg: import numpy

30th Jun 2018, 9:57 AM
Sahil Danayak
Sahil Danayak - avatar
11 Answers
30th Jun 2018, 10:11 AM
Louis
Louis - avatar
30th Jun 2018, 4:04 PM
Maninder $ingh
Maninder $ingh - avatar
+ 3
Outro I saw numpy being used in a code.
1st Jul 2018, 1:00 PM
Sahil Danayak
Sahil Danayak - avatar
+ 3
type @ then a list will open and choose the name
1st Jul 2018, 1:08 PM
Sahil Danayak
Sahil Danayak - avatar
+ 2
numpy is a python library which contains some special math functions, mostly for working with matrices. It is not only more comfortable to use, then self-written functions, but also work much faster, because it has low-level optimisation. Today numpy is widely used in the field of machine learning. import numpy is a statement, which loads numpy library (if it is present on a pc) so code can use numpy classes and methods.
30th Jun 2018, 2:03 PM
Дмитро Іванов
Дмитро Іванов - avatar
+ 2
your welcome
1st Jul 2018, 1:12 PM
Sahil Danayak
Sahil Danayak - avatar
+ 1
You are learning Deep Learning or Data Analyzing?
1st Jul 2018, 6:58 AM
Outro
Outro - avatar
+ 1
Thanks for the answers
1st Jul 2018, 12:59 PM
Sahil Danayak
Sahil Danayak - avatar
+ 1
( ・᷄ὢ・᷅ )Could you tell me how to make the name turn to blue?
1st Jul 2018, 1:07 PM
Outro
Outro - avatar
0
( ・᷄ὢ・᷅ )
1st Jul 2018, 1:00 PM
Outro
Outro - avatar
0
Sahil Danayak Thank you very much(o^^o)
1st Jul 2018, 1:10 PM
Outro
Outro - avatar