lightweight library for C++ to python bindings
Allows us to code C++ functions and classes and use them in python code.
Many scientific computing python packages have their computationally expensive core functionality coded C++.
Bindings create interface for C++ types (functions and classes) that can be called from imported to python code.
Basic intro/getting started guide can be accessed here