Overview
Discover how to significantly boost your Python code's performance using linear algebra and NumPy vectorization in this 29-minute PyCon US talk. Learn simple yet powerful techniques to transform inefficient loop-based implementations into blazing-fast vectorized operations. Follow along as the speaker demonstrates an iterative process of identifying bottlenecks and replacing them with NumPy's efficient array operations. Gain insights into the underlying linear algebra concepts that make these optimizations possible, enabling you to apply similar strategies to your own projects. Walk away with practical knowledge on how to dramatically speed up your code without sacrificing readability or delving into complex programming concepts, all while staying within the Python ecosystem.
Syllabus
Talks - Jodie Burchell: Vectorize using linear algebra and NumPy to make your Python code fast
Taught by
PyCon US