Python Forum

Full Version: python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Select the correct statements about interfacing with other languages from python?
a) Boost python provides almost same features of swig
b) swig is used to interface with interpreted languages
c) CFFI provides a mechanism for interfacing with C from both pypy
d) Cpython ctypes library provides support for loading and interfacing with dynamic libraries such as DLLs
And your answer is?
I think D, but not sure
#python