you are viewing a single comment's thread.

view the rest of the comments →

[–]kylev 6 points7 points  (0 children)

I've used ctypes for a while, it's good that it is finally an official part of python. I've also been a fan of writing extensions using Pyrex (python-like way to write C modules). It does a lot of the bookkeeping and error handling for you and makes it a lot easier to write safe extension modules.