With Python ctypes, Python can directly call (foreign) C functions defined in shared object (.so) or dynamic library on Linux. This note documents the compiling and linking of C functions in Ubuntu 24 ...