Added SWIG to FFI.
This commit is contained in:
@ -708,6 +708,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||||||
|
|
||||||
* [ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
|
* [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.
|
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
|
||||||
|
* [SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
|
||||||
|
|
||||||
## High Performance
|
## High Performance
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user