Scientific Computing Using Cython - Best of Both Worlds!
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore scientific computing using Cython in this 35-minute EuroPython Conference talk. Learn how Cython combines Python-like syntax with C-speed performance, making it an excellent tool for speeding up computational Python code and interfacing with native libraries. Discover the process of creating Python extensions, developing in Jupyter notebooks, mixing Python with static C types, and calling native code from Cython. Gain insights into a real-world case study of Cyvlfeat, a Cython/Python wrapper for the Computer Vision library VLFeat. Ideal for Python developers with basic C/C++ knowledge looking to enhance their scientific computing skills.
Syllabus
Simmi Mourya - Scientific computing using Cython: Best of both Worlds!
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