The samples demonstrate how to use Python code from C++ with help of Boost.Python.

$ meson setup out-build
$ ninja -C out-build/ && ./out-build/embed_python_in_cxx

make.sh has an alternative way of building the samples.