Embed presentation
Downloaded 16 times

























Ctypes is a foreign function library for Python. It provides C compatible data types that allow calling functions in DLLs or shared libraries. Ctypes has a lower startup cost than other options and is part of the Python standard library. It allows Python code to interface with C code while still writing Python.























