inconsistent function naming convention

Created by: siebenkopf

Currently, there are different ways, python functions are called. One type uses CamelCase, whereas other types use under_score_names. Since the default python ways seems to be under_scores, we should rename the camelCase functions in the API.