Vectorize Using Linear Algebra and NumPy to Make Your Python Code Fast
Offered By: PyCon US via YouTube
Course Description
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
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube