+ 2

[SOLVED]Resources for NUMPY

Recommend some resources for NUMPY to understand it properly

18th Feb 2024, 4:10 AM
Abhinav Singh
Abhinav Singh - avatar
6 odpowiedzi
+ 4
Abhinav Singh a good place to begin is ```https://numpy.org/learn/``` Then ```https://www.codecademy.com/article/introduction-to-numpy-and-pandas``` As I recall freecodecamp also has some good information on numpy as well.
18th Feb 2024, 4:25 AM
BroFar
BroFar - avatar
18th Feb 2024, 7:49 AM
JaScript
JaScript - avatar
+ 1
Thank you for your ans but can you suggest me some video tutorials as I am a video person
18th Feb 2024, 4:15 AM
Abhinav Singh
Abhinav Singh - avatar
+ 1
# Abhinav Singh , # One quick option is to use the built-in # help function to read the docstrings # in any module. import numpy help(numpy) # Or you can focus on a subpart # of a module by getting its help. help(numpy.sort) # etc.
18th Feb 2024, 8:02 AM
Rain
Rain - avatar
18th Feb 2024, 4:15 AM
Abhinav Singh
Abhinav Singh - avatar
0
Hello
18th Feb 2024, 12:59 PM
May Ann Ramos
May Ann Ramos - avatar