Anton's website

Wrapping C++ with Cython: log forwarding

Small note on forwarding logs from a C++ library to the Python logging.Logger instances

Wrapping C++ with Cython: intro

The beginning of the series, that features implementation and packaging of a basic wrapper around an audio recognition C++ library.

Under the hood of calling C/C++ from Python

Walk through internals of ctypes, libffi, binary extensions, and other tools that power seamless interoperability of CPython and C.