oplaTech Oplatek Teaching Archive
Oplatek's external memory

Cffi, better ctypes for Python

I decided to use cffi in my master thesis for interfacing C++/C from Python.
Cffi can iterface just C code, but looks so nice that I will give it a try.

Check out my cffi python playground Github project.