Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 639 Bytes

File metadata and controls

18 lines (13 loc) · 639 Bytes

Linking Cython to C Libraries

https://travis-ci.org/mathemaphysics/cpython-examples.svg?branch=master

Here we'll go through an example using Cython in Python while also linking to an external C or C++ library. This requires some special considerations, but shouldn't be too involved. It requires use of pxd, pyx, and py file formats.

The guide I'll use is at guide.