Extending Python
by John Berninger
So you need to do something in Python, but all you have available is a C library API to deal with the actual data? Not to worry—Python can easily be extended to work with that API. Just goes to show you, sometimes you can teach an old dog new tricks!