ctypes is a foreign function library for Python. It provides C compatible data types, and allows to call functions in dlls/shared libraries. It can be used to wrap these libraries in pure Python.
http://docs.python.org/release/2.5.2/lib/module-ctypes.html
转载于:https://www.cnblogs.com/vicsmb/archive/2012/02/01/2334156.html
相关资源:数据结构—成绩单生成器