Skip to content

A set of examples using CPython and Cython to extend Python.

Notifications You must be signed in to change notification settings

mathemaphysics/cpython-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A set of examples using CPython and Cython to extend Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published