Getting Started Getting Started Cython - an overview Installing Cython Building Cython code Building a Cython module using distutils Using the Jupyter notebook Using the ...
Getting Started Getting Started Cython - an overview Installing Cython Building Cython code Building a Cython module using setuptools Using the Jupyter notebook Using the...
Language Basics Declaring Data Types C variable and type definitions Types Grouping multiple C declarations Python functions vs. C functions Python objects as parameters and re...
0.21 (2014-09-10) Features added Optimizations Bugs fixed Other changes 0.21 (2014-09-10) Features added C (cdef) functions allow inner Python functions. Enums can now b...
0.15 (2011-08-05) Features added Bugs fixed Other changes 0.15 (2011-08-05) Features added Generators (yield) - Cython has full support for generators, generator expressi...
Faster code via static typing Typing Variables Typing Functions Determining where to add types Faster code via static typing Cython is a Python compiler. This means that it ...
Tutorials Tutorials Basic Tutorial The Basics of Cython Cython Hello World Fibonacci Fun Primes Primes with C++ Language Details Calling C functions Dynamic linking ...