Learned how to call C functions from Python. This simple example worked well for me as starter. More trickier was to guess how to pass pointers to C functions from Python. This documentation was handy A foreign function library for Python.