Тёмный
No video :(

Intro to Numerical Computing with NumPy (Beginner) | SciPy 2018 Tutorial | Alex Chabot-Leclerc 

Enthought
Подписаться 67 тыс.
Просмотров 73 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 76   
@Algoritmik
@Algoritmik 5 лет назад
This is THE BEST numpy tutorial I've even seen so far. Underrated!
@wallacesantos0
@wallacesantos0 5 лет назад
I love how he gives pauses for questions instead of constantly asking "any questions? Anyone?"
@truthseekerbeast4188
@truthseekerbeast4188 5 лет назад
This is by far the most clear and comprehensive tutorial on numpy basics I have seen on the Internet. Great teacher, Great example and nice questions from audience as well.
@abudarda8936
@abudarda8936 5 лет назад
Best introduction to NumPy and SciPy 👍🏽
@lokeshsah7
@lokeshsah7 5 лет назад
Wow. This is much better than anything i found about NumPy all over the WWW.
@dhaval1489
@dhaval1489 6 лет назад
Oh my God this just too good to be true resource I am an absolute beginner thanks for such a step by step approach.
@theoreticalcomputerscienti4112
The best NumPy tutorial I have come across. Thank you so much!!!
@Stay-interesting
@Stay-interesting 5 лет назад
Another solution to the modulo 3: a = np.arange(25.0).reshape(5,5) a[(a%3)!=0]=np.nan
@user-fq2nd8nw6f
@user-fq2nd8nw6f 4 года назад
just excellent! Great job alex. 100% clear and followable
@ph4rem265
@ph4rem265 5 лет назад
He has split second laughter and immediately changes into a serious mood haha
@bhavikakapadia2462
@bhavikakapadia2462 6 лет назад
Thank you for the tutorial; very well explained! Great work Alex
@WizardHorse24
@WizardHorse24 6 лет назад
Amazing content and Alex is just a superb teacher; very likeable and approachable. Great video, hope to see more like this!
@evgeni_logic
@evgeni_logic 5 лет назад
Excellent tutorial. Even though I'm not a beginner, learned few new things
@pranavpathare1111
@pranavpathare1111 6 лет назад
Thank you so much Enthought and Alex .....Superb Content !
@pynchia4119
@pynchia4119 5 лет назад
Congrats! This is the best video I have seen so far on the matter. Kudos!
@deepamanani5145
@deepamanani5145 5 лет назад
Alex, I learned a lot from your video. Thanks a lot for sharing :)
@amitgupta3320
@amitgupta3320 5 лет назад
Thank you very much Alex sir.Superb explanation.
@naturewalkshd
@naturewalkshd 5 лет назад
Best tutorial ! Awesome presentation. Thank You.
@siddharthsvnit
@siddharthsvnit 6 лет назад
36:00 for negative indexes just replace the negative index by index + length, e.g a[-4,3] is same as a[5 - 4,3] = a[1,3]
@arunsuwannakorn
@arunsuwannakorn 4 года назад
Thank you! This is an excellent training!
@amartyadas5820
@amartyadas5820 5 лет назад
Great video, a big thank you for sharing such amazing content. It was of much help. THANK YOU!!
@woodywiest
@woodywiest 5 лет назад
Superb content. Thanks for the Instruction!
@yilmazmertm
@yilmazmertm 5 лет назад
such amazing content , thanks for sharing . It will help a lot for me
@markday3145
@markday3145 6 лет назад
Great content, presented well. It's nice to see some basic data analysis in plain old numpy, as opposed to pandas.
@dawah7556
@dawah7556 6 лет назад
would you explain plz what do you mean by plain old numpy?
@markday3145
@markday3145 6 лет назад
I mean simply numpy by itself, not augmented by other packages (like pandas).
@VasuDeo.S-dt4ts
@VasuDeo.S-dt4ts 5 лет назад
Great Video! Just a little rectification at 1:05:09 you stated that (and), (or) and (not) are binary operators. (not) is not a binary Operator, as a binary operator works on two operands, but a (not) just works on one.
@wangzhen3397
@wangzhen3397 4 года назад
Thanks a lot, Alex
@siddharthsvnit
@siddharthsvnit 6 лет назад
4:16 start here
@BiancaAguglia
@BiancaAguglia 5 лет назад
a = np.array(['Thank you! ']) a[0] * 1,000,000 That's all I have to say. 😊
@suyashmal5475
@suyashmal5475 4 года назад
This would have worked in a normal list alsoI guess but great gesture
@alexandrechabot-leclerc5082
@alexandrechabot-leclerc5082 4 года назад
Thank you! :)
@sammysoil77
@sammysoil77 5 лет назад
"Why would the axis argument be the dimension that you collapse?" what other dimension would you collapse? (does your answer generalize to any operation and any number of dimensions? consider non-commutative operations and dimensions greater than 2)
@joshualeerobison351
@joshualeerobison351 6 лет назад
Great content!
@alerdoballabani8322
@alerdoballabani8322 6 месяцев назад
Very good explanation, Unfortunately I can not access the study material.
@kunalsutar3946
@kunalsutar3946 5 лет назад
very informative ... this helped
@gautamacharekar
@gautamacharekar 5 лет назад
Quick question : When both slicing and fancy indexing is used over 2D array, it why it does not return a copy and instead returns view?
@rathankarrao
@rathankarrao 5 лет назад
at 02:36:35, alex slices the dates array and masks all january entries as true. When this mask is used as an argument in the winds array, how are boolean values converted to index of the winds array.
@jaypatel-me1jo
@jaypatel-me1jo 5 лет назад
Method are define in class and applied to to particular class . Function are not define in class. Function in the class called methods
@d-shiri
@d-shiri 5 лет назад
great video
@oladiipoosanyinlokun5330
@oladiipoosanyinlokun5330 5 лет назад
Kindly help with the link to the tutorial materials; the one provided leads to a dead-end. Thanks.
@alexandrechabot-leclerc5082
@alexandrechabot-leclerc5082 4 года назад
github.com/enthought/Numpy-Tutorial-SciPyConf-2018
@inaamullah7192
@inaamullah7192 5 лет назад
Ohh yeah that is super duper..thanks
@deepak..g4695
@deepak..g4695 5 лет назад
Hi, Seems like Link for tutorial materials is not available. Can you provide the link where i can find the materials used in this video
@frajyassinelakhal9180
@frajyassinelakhal9180 5 лет назад
google the title of this video, and i found a link in github where the slice is avaliable
@medotedo8410
@medotedo8410 3 года назад
is it substituting MATLAB ?
@shrinivasiyengar5799
@shrinivasiyengar5799 5 лет назад
Hello. How should I go about creating a mask specifically for a diagonal, given that all elements have the same value? For example, i have this: identity = np.arange(16).reshape(4, 4) identity.fill(0) Now i want to apply some mask such that i am able to convert the main diagonal to 1
@TheBjerre
@TheBjerre 5 лет назад
identity[[0,1,2,3],[0,1,2,3]]=1
@logout1
@logout1 5 лет назад
very good teacher. it is hard to find here. unlike other assholes here "teach" python on youtube.
@rathankarrao
@rathankarrao 5 лет назад
at 2:31:02, alex uses the second technique of finding the date of max. wind speed. i couldnt understand this, can someone explain it
@pradeep422
@pradeep422 6 лет назад
Bravo!!!!!!!
@elvintoh82
@elvintoh82 5 лет назад
Whenever he types a variable for example "a" and hit enters, the output is automatically the value i.e. "array.a=([1 2 3])". Why is it on my microsoft visual studio, it produces no output when i hit "a"? Is it because the ide Canopy automatically produces a result? So is this a capability of ide rather than python?
@WPFES
@WPFES 5 лет назад
Because he is writing the code in the output window for example when using IDLE you can either write a script or write the code in the "shell" which will give you an output instantly
@WPFES
@WPFES 5 лет назад
So this is not a function of the specific ide
@rahulraidas9481
@rahulraidas9481 5 лет назад
Is it any video's on data science or machine learning
@seancoutinho1638
@seancoutinho1638 5 лет назад
Hi Alex I don't know if its just me, but I can't access the material via the link in the description. All I get is an XML file with an error tag at the end.
@alexandrechabot-leclerc5082
@alexandrechabot-leclerc5082 4 года назад
github.com/enthought/Numpy-Tutorial-SciPyConf-2018
@rajatprakash4602
@rajatprakash4602 5 лет назад
Can anyone provide the link for the material used on this clip , current link not working BTW awesome video
@enthought
@enthought 5 лет назад
Please see the updated 2019 tutorial at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZB7BZMhfPgk.html. The materials may be found at github.com/enthought/Numpy-Tutorial-SciPyConf-2019
@Sahil_Shukla98
@Sahil_Shukla98 5 лет назад
here's the link to slides and other files of this talk, github.com/enthought/Numpy-Tutorial-SciPyConf-2018
@kunalsutar3946
@kunalsutar3946 5 лет назад
2:04:13 how do you do this in pycharm(access the documentation ) ?? please help
@kunalvshah
@kunalvshah 4 года назад
Where can I find the material and github link? the one in video description is not working.
@Algoritmik
@Algoritmik 5 лет назад
Need PANDAS tutorial from same author!
@enthought
@enthought 5 лет назад
You might like these Pandas Cheat Sheets that Alex helped author, you can download the set of 8 here: www.enthought.com/cheat-sheets-pandas-python-for-data-analysis/.
@Ezekiel2all
@Ezekiel2all 5 лет назад
@@enthought thanks for the link
@OEFarredondo
@OEFarredondo 5 лет назад
20:30 you could use lambda function eh?
@timerwentoff
@timerwentoff 4 года назад
Link to the slides and the data for the class?
@quantum-t
@quantum-t 5 лет назад
thx
@muhammadshoaibkhan2378
@muhammadshoaibkhan2378 5 лет назад
Where is their githup repo?
@usf5914
@usf5914 4 года назад
can we have end question? =)
@backgroundnoiselistener3599
@backgroundnoiselistener3599 5 лет назад
Am I the only one who thinks the instructor looks like zac efron?
@usf5914
@usf5914 4 года назад
where is the Github ripo?
@alexandrechabot-leclerc5082
@alexandrechabot-leclerc5082 4 года назад
github.com/enthought/Numpy-Tutorial-SciPyConf-2018
@xiaolongzhang3411
@xiaolongzhang3411 5 лет назад
where to download the slice ?
@xiaolongzhang3411
@xiaolongzhang3411 5 лет назад
google the title of this video, and i found a link in github where the slice is avaliable
@mochhisyamtanzil9741
@mochhisyamtanzil9741 4 года назад
6:44 7 ms per loop? i got 78. damn my laptop is ancient
Далее
МАМА И ВАЛДБЕРИС
00:48
Просмотров 667 тыс.
Caught Cheating With Phone In His SOCK!
14:29
Просмотров 45 тыс.