Skip to content

astrofrog/calling-c-libraries-from-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Examples of wrapping C libraries with Python

ctypes

To run the example:

cd ctypes
./do.sh

This makes a shared C library, then interfaces to it from Python using ctypes.

Cython

To run the example:

cd ctypes
./do.sh

This makes a shared C library, then interfaces to it from Python using Cython.

About

Experiments with linking to C libraries from Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published