Skip to content

XxB1a/c_from_python

 
 

Repository files navigation

Calling C from Python

Comparing CFFI, Ctypes, Cython, CPPYY: the Good, the Bad the Powerful and the Unknown

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.

About

Calling C from Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Jupyter Notebook 98.5%
  • Other 1.5%