added ctypes for FFI

This commit is contained in:
miguel 2014-07-02 13:04:52 -04:00
parent 0901fdb517
commit 076f473ff0
1 changed files with 1 additions and 0 deletions

View File

@ -660,6 +660,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for providing foreign function interface.*
* [ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
## High Performance