Get Up to Speed with Cython 3.0
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Discover how to optimize Python code performance and integrate native code using Cython in this 47-minute talk from EuroPython 2019. Learn about Cython's capabilities in processing large datasets, improving speed, and leveraging native code in a Pythonic way. Explore the upcoming changes in Cython 3.0 designed to enhance user experience for modern Python developers. Gain insights into compiling Python code, utilizing fast native data structures and libraries, and understand the impact of the 3.0 release on Cython usage.
Syllabus
Stefan Behnel - Get up to speed with Cython 3.0
Taught by
EuroPython Conference
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