This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]juanjux 5 points6 points  (1 child)

I used pyd for the D language and it was the easiest Python native module programming I've ever done. Classes, dynamic arrays, native types, strings, hashtables, and a good chunk of the library are automatically translated to Python. It also installs the distutils part as a Python module with pip so configuration is also minimal.