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 ...
Python is a versatile, powerful language but sometimes it’s not the best choice, especially if you’re doing work in embedded systems with limited memory. Sometimes you can get away with MicroPython ...