Overview of the Pyrex Language
This is a combined tutorial and reference manual that describes the extensions to the Python language made by Pyrex.
Contents
Source Files and Compilation
(Section added in 0.9.5)
Language Basics
Interfacing with External C Code
Extension Types
Special Methods of Extension Types
Sharing Declarations Between Pyrex Modules
Using Pyrex with C++
Limitations
---