A tale of Python C extensions

[Pages:136] A tale of Python C extensions

and cross-platform wheels

EuroPython 2021 Vinayak Mehta

Outline

A basic C extension module using the Python/C API The same C extension module using pybind11 Wrapping a C++ library using pybind11 Shared libraries and dynamic linking Building wheels and bundling shared libraries Automating wheel builds using cibuildwheel and Github Actions





PDF PNG

The non-PyPI dependency problem

Seg fault ImportError

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download