A Low Latency Deep Dive of Python with Cython
Offered By: PyCon US via YouTube
Course Description
Overview
Dive into a comprehensive exploration of Python performance optimization using Cython in this 33-minute PyCon US talk. Discover how to accurately measure Python's speed and evaluate Cython's potential for acceleration. Write data analysis code in Cython, examine the generated code to understand Python's underlying processes, and conduct microbenchmarks to assess execution times. Learn how to leverage Cython hints to produce faster code and gauge performance improvements. Ideal for Python developers working on performance-critical applications with some familiarity in Cython and/or C/C++, this talk equips attendees with profiling and optimization techniques for common operations, enabling informed decisions between Python and Cython for specific use cases. Access accompanying slides for further reference and deeper understanding of the concepts presented.
Syllabus
Talks - Saksham Sharma: A low latency deepdive of Python with Cython
Taught by
PyCon US
Related Courses
Faster pandasLinkedIn Learning Faster Python Code
LinkedIn Learning Cython Tutorial - Bridging Between Python and C-C++ for Performance Gains
sentdex via YouTube Cython 3 - Python at the Speed of C
EuroPython Conference via YouTube Extending Cython with GIL-Free Types
EuroPython Conference via YouTube