Why use ctypes over python C extensions

Why ctypes for OpenGL? describes many of the reasons why I prefer ctypes over c extensions.

#python