Simple Array Math with NumPy - Learn NumPy Series

preview_player
Показать описание
This video is a part of a full playlist, start here:

In this one we'll look at simple array math operations. I'm starting to learn animation as well - So sorry this video isn't the best quality. Picking up the beast of adobe Premiere pro for video editing haha.

Thanks so much for all the support! 5,050+ subscribers at the time of writing this! You all are awesome, thanks for joining me on this ride.

Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter!
*****************************************************************
Full code from the video:

Packages (& Versions) used in this video:

*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:

Check out my website:

If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!

Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Рекомендации по теме
Комментарии
Автор

Where are you Darrick...no one else on yt teaching python like you do. Stay with it.

Theo-djvs
Автор

1:25 axis = 0 views axis as rows, so the addition happens along a column; whereas axis = 1 takes axis as columns, so the addition will be summing up along a row.

willw
Автор

correct me if I am wrong, the last function is the dot product np.dot and there is another function called np.cross which is cross(vector) product?

NanoActuator
Автор

Heey Dreriick! Just wanna say that your videos are really cool and helped me a lot, I was wondering if you could do something about writing codes for all the basic operation that we could do on matricies with numpy? thank you^^

nailabenali