When writing code for a new hardware platform, the last thing you want to do is bother with the minutiae of I/O routines, string handling and other similarly tedious details that have nothing to do ...
I'm writing some high-performance code and using Berkeley DB for it, so I'm using C. I'd like my code to be usable as a library (and callable from Python). I'm not sure what to do about signal ...