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

preview_player
Показать описание
NumPy provides Python with a powerful array processing library and an elegant syntax that is well suited to expressing computational algorithms clearly and efficiently. We'll introduce basic array syntax and array indexing, review some of the available mathematical functions in NumPy, and discuss how to write your own routines. Along the way, we'll learn just enough about matplotlib to display results from our examples.

Рекомендации по теме
Комментарии
Автор

Wow. This is much better than anything i found about NumPy all over the WWW.

lokeshsah
Автор

This is THE BEST numpy tutorial I've even seen so far. Underrated!

Algoritmik
Автор

20:30 you could use lambda function eh?

OEFarredondo
Автор

Thank you for the tutorial; very well explained! Great work Alex

bhavikakapadia
Автор

Another solution to the modulo 3:
a = np.arange(25.0).reshape(5, 5)
a[(a%3)!=0]=np.nan

Stay-interesting
Автор

Best introduction to NumPy and SciPy 👍🏽

abudarda
Автор

a = np.array(['Thank you! '])
a[0] * 1, 000, 000


That's all I have to say. 😊

BiancaAguglia
Автор

Amazing content and Alex is just a superb teacher; very likeable and approachable. Great video, hope to see more like this!

WizardHorse
Автор

Thank you so much Enthought and Alex Content !

pranavpathare
Автор

Excellent tutorial. Even though I'm not a beginner, learned few new things

evgeni_logic
Автор

Thank you very much Alex sir.Superb explanation.

amitgupta
Автор

Very good explanation, Unfortunately I can not access the study material.

alerdoballabani
Автор

just excellent! Great job alex. 100% clear and followable

fqndnwf
Автор

Great video, a big thank you for sharing such amazing content. It was of much help. THANK YOU!!

amartyadas
Автор

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.

truthseekerbeast
Автор

I love how he gives pauses for questions instead of constantly asking "any questions? Anyone?"

wallacesantos
Автор

very good teacher. it is hard to find here. unlike other assholes here "teach" python on youtube.

logout
Автор

Alex, I learned a lot from your video. Thanks a lot for sharing :)

deepamanani
Автор

Am I the only one who thinks the instructor looks like zac efron?

backgroundnoiselistener
Автор

He has split second laughter and immediately changes into a serious mood haha

phrem