Vectorized Operations in Python - Introductory Tutorial on the Semantics of Numpy-style Operators

Similar Tracks
Methods in Python - Tutorial on the self parameter and writing mutable vs. immutable methods
Kris Jordan
Introduction to Sorting in Python with sorted, list.sort, and an implementation of insertion sort
Kris Jordan
for..in loops in Python for iterating through collections of values or indices within a range
Kris Jordan
Filtering Column-oriented Data using a list of booleans as seen in Numpy, Pandas, R, and More
Kris Jordan
Sofia Heisler No More Sad Pandas Optimizing Pandas Code for Speed and Efficiency PyCon 2017
PyCon 2017
Tutorial on Operator Overloading in Python with Special Methods such as __add__ and __getitem__
Kris Jordan