Navigation
next
Cython v0.19.1 documentation
»
Welcome to Cython’s Documentation
¶
Getting Started
Cython - an overview
Installing Cython
Building Cython code
Faster code via static typing
Tutorials
Calling C functions
Using C libraries
Extension types (aka. cdef classes)
pxd files
Caveats
Profiling
Unicode and passing strings
Pure Python Mode
Working with NumPy
Further reading
Related work
Appendix: Installing MinGW on Windows
Users Guide
Overview
Basic Tutorial
Language Basics
Extension Types
Special Methods of Extension Types
Sharing Declarations Between Cython Modules
Interfacing with External C Code
Source Files and Compilation
Early Binding for Speed
Using C++ in Cython
Fused Types (Templates)
Porting Cython code to PyPy
Limitations
Differences between Cython and Pyrex
Typed Memoryviews
Using Parallelism
Debugging your Cython program
Indices and tables
Reference Guide
Compilation
Language Basics
Extension Types
Interfacing with Other Code
Special Mention
Limitations
Compiler Directives
Indices and tables
Next topic
Getting Started
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
next
Cython v0.19.1 documentation
»