Plurrrr

Mon 02 Mar 2020

Calling C or C++ From Python

Are you a Python developer with a C or C++ library you’d like to use from Python? If so, then Python bindings allow you to call functions and pass data from Python to C or C++, letting you take advantage of the strengths of both languages. Throughout this tutorial, you’ll see an overview of some of the tools you can use to create Python bindings.

Source: Python Bindings: Calling C or C++ From Python, an article by Jim Anderson.