Sample project demonstrating C++ code reusability in python using boost.python. Running Step: git clone https://github.com/akamilkhan/cpp2python.git cd cpp2python ./compile cd src ./cpp2py.py C++ file and Wrapper in src/cpp2py.cpp and use of C++ functions in python can be seen in src/cpp2py.py.