Building Cython code Building a Cython module using setuptools Using the Jupyter notebook Using the Sage notebook Building Cython code Cython code must, unlike Python, be co...
Cython for NumPy users Cython at a glance Your Cython environment Installation Manual compilation The first Cython program Adding types Efficient indexing with memoryviews T...
Cython for NumPy users Cython at a glance Your Cython environment Installation Manual compilation The first Cython program Adding types Efficient indexing with memoryviews T...
Differences between Cython and Pyrex Python 3 Support List/Set/Dict Comprehensions Keyword-only arguments Conditional expressions “x if b else y” cdef inline Assignment on dec...
Using C++ in Cython Overview Procedure Overview A simple Tutorial An example C++ API Declaring a C++ class interface Declare class with cdef cppclass Add public attributes Dec...
Porting Cython code to PyPy Reference counts Object lifetime Borrowed references and data pointers Builtin types, slots and fields GIL handling Efficiency Known problems Bug...