Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattip/c_from_python

Calling C from Python
https://github.com/mattip/c_from_python

cffi cppyy ctypes cython python

Last synced: 11 days ago
JSON representation

Calling C from Python

Awesome Lists containing this project

README

        

# Calling C from Python
Comparing CFFI, Ctypes, Cython, CPPYY

A comparison of four ways to call from python into a c function. I show the
advantages and disadvantages of all 4: boilerplate required, maintenance, speed.

If you read all the way through, there is a suprise at the end. No fair peeking.

An earlier version of this notebook was part of [this talk](https://youtu.be/tqx9VW7V3Lc)
at PyCon Israel 2017