Hubwiz.com
|
Online Course
|
API Manual
Cython API Manual
Guide(48)
Function(41)
Guide
next
Cython - an overview
Installing Cython
Building Cython code
Faster code via static typing
Tutorials
Basic Tutorial
Calling C functions
Using C libraries
Extension types (aka. cdef classes)
pxd files
Caveats
Profiling
Unicode and passing strings
Memory Allocation
Pure Python Mode
Working with NumPy
Working with Python arrays
Further reading
Related work
Appendix: Installing MinGW on Windows
Users Guide
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
Show Source
Function
previous
Cython 0.21 documentation
Compiling from the command line
Compiling with distutils
Compiling with pyximport
Compiling with cython.inline
Compiling with Sage
Compiler directives
Cython File Types
Declaring Data Types
Statements and Expressions
Functions and Methods
Error and Exception Handling
Conditional Compilation
Attributes
Methods
Properties
Special Methods
Subclassing
Forward Declarations
Extension Types and None
Weak Referencing
External and Public Types
Type Names vs. Constructor Names
C
C++
Fortran
NumPy
Special Methods Table
General
Arithmetic operators
Numeric conversions
In-place arithmetic operators
Sequences and mappings
Iterators
Buffer interface
Descriptor objects
Index
Module Index
Search Page
Show Source