Advanced NumPy Course - Vectorization, Masking, Broadcasting & More

preview_player
Показать описание
Today we go for a advanced NumPy crash course, where we learn about concepts like broadcasting, vectorization, masking, advanced indexing and more.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:46) Broadcasting
(7:44) Advanced Indexing
(15:39) Sorting & Searching
(22:16) Iterating
(26:23) Masking
(32:30) Views & Copies
(37:06) Vectorization
(39:59) Custom Data Types
(49:00) Outro
Рекомендации по теме
Комментарии
Автор

24:25 I think 'C' means in which order the arrays are stored in the C language, and F for Fortran Language.
I am not sure, but I think MATLAB and Octave also store the arrays in the same order as Fortran.

RAyLV
Автор

Cool video, an interesting extension would be using the advanced numpy knowledge in maintaining performant pandas when handling data.

NearLWatson
Автор

am i the only one who finds numpy's indexing syntax a little bit too fancy & confusing?

init