If you’re really stubborn, like [amirgon], and really want C and Python to play well together, you can make use of his new tool which can bring any C library to MicroPython. As an example of how ...
The script helps to convert C/C++ sources to C/C++ -like Python sources. It does some simple edit operations like removing semicolons and type declarations. After it you must edit code manually, but ...