Original raw 1GB MPG (temporary)
Title: How Cython Works
Speaker: Josh Kantor
Abstract: The cython language is an extension of the python language which can be used to write highly optimized low level (relative to python) code. The cython compiler, which is itself written in python, compiles the cython language to C code. The goal of this talk is to give an overview of how the cython compiler is implemented, and to give ideas for how to possibly modify or improve cython.