When working in Python, there are times when you have cpu-bound processing and need real threads. These are times to reach for C. The interop between the languages is clean, minimal, and fast. Here, I’ll give a quick example with a little commentary to assist with understanding the basics. First, the basic problem. How doContinue reading “Wrapping C APIs in Python”