Stefan Behnel - Get native with Cython [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain] [Cython][1] is not only an excellent and widely used tool to ...
Cython: get the benefits of C without leaving Python
Chris LeBlanc https://kiwi.pycon.org/schedule/presentation/71/ Cython is an optimising static compiler based on Pyrex, created by Greg Ewing from the university ...
Cython: Blend the Best of Python and C++ | SciPy 2015 Tutorial | Kurt Smith
How did you switch between OS X and Windows so quick on a MacBook? I didn't
get that.
Cython für schnelleren Python-Code
Stefan Behnel https://2013.de.pycon.org/schedule/sessions/7/ Der [Cython-Compiler](//cython.org) ist mehr als nur ein Weg, Erweiterungsmodule for ...
Easy wins with Cython: fast and multi-core by Caleb Hattingh
Python has often been criticised for slow runtime performance, and for the GIL which prevents multi-core concurrency. Cython provides tools for addressing both ...
Lambda Jam 2015 - Marek Kolodziej - FP and Scala - The Killer Combo for Machine Learning
While FP and Scala have already become the mainstays of middleware, web and big data stacks (Akka, Play, Kafka, Spark), they tend not to have a big ...
2014-05-09: A Very Gentle Introduction to Cython
For https://github.com/williamstein/sage2014 https://cloud.sagemath.com worksheet here: ...
Using Cython for distributed-multiprocess steganographic md5sum-collision generation
Tom Eastman //2013.pycon-au.org/schedule/30058/view_talk Cython is brilliant, it looks like Python but compiles to native C. It can be used as a simple way ...