NumPy Tutorial - Basics in 20 Minutes! [Updated]

preview_player
Показать описание


Don't forget to subscribe if you enjoyed the video :D
Рекомендации по теме
Комментарии
Автор

FYI numpy is coming right out of linear Algebra eg b * 2

hlubradio
Автор

Very nice. Nicer than my darn udemy course

hlubradio
Автор

Thank you, Hope you do more of these..

johnlyjoshy
Автор

I have trouble at times memorizing some of the methods, especially when it comes to data analysis.I've have found out that I pick up concepts really quickly but unsure how to use them at times. A lot of is i'm not sure which to use. Do you think this is a result of not having much domain knowledge?

michaelrobinson
Автор

I got an error when I put
np.array([[1, 2, 3],
[4, 5, 6]])

TypeError: ‘list’ object is not callable

BritBlissAdventures