[SOLVED]Resources for NUMPY | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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
8 ответов
+ 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
+ 3
Hi Abhinav Singh The resources in the below thread may help you out https://www.sololearn.com/Discuss/3224624/?ref=app
18th Feb 2024, 4:11 AM
𝘕𝘉
𝘕𝘉 - avatar
+ 3
I don't have much experience on this to suggest. I think below freecodecamp video tutorial may help you out to begin with. https://youtu.be/QUT1VHiLmmI?feature=shared
18th Feb 2024, 4:24 AM
𝘕𝘉
𝘕𝘉 - 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