Making An Inherited API Pythonic

Making An Inherited API Pythonic

As python programmers we are sometimes faced with using an API that is, well, unpythonic. Unpythonic? Pythonic? Huh? Have you ever tried running this: python -m this Maybe you’re using a C library via ctypes, or you have inherited a collection of functions....