Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2016-08-24 08:47:48
Size: 227
Editor: SamatJain
Comment:
Revision 4 as of 2016-08-26 04:32:54
Size: 676
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== cffi == == cffi and numpy ==
Line 15: Line 15:
https://github.com/SimonSapin/azureblur/tree/master/azureblur https://github.com/SimonSapin/azureblur/tree/master/azureblur: Example of using cffi to interact w/ a C++ class.

[[http://stackoverflow.com/questions/37881503/how-do-i-convert-a-numpy-nd-array-to-a-cffi-c-array-and-back-again|python - How do I convert a numpy ND-array to a CFFI C++ array and back again? - Stack Overflow]]

[[http://stackoverflow.com/questions/23056057/why-is-cffi-so-much-quicker-than-numpy/23058665#23058665|python - Why is cffi so much quicker than numpy? - Stack Overflow]]

Development packages for Debian

Current for Ubuntu 16.04.

fabric
python-pip
python3-pip
python-wheel
python-wheel-common

cffi and numpy

https://github.com/SimonSapin/azureblur/tree/master/azureblur: Example of using cffi to interact w/ a C++ class.

python - How do I convert a numpy ND-array to a CFFI C++ array and back again? - Stack Overflow

python - Why is cffi so much quicker than numpy? - Stack Overflow

SamatsWiki: ProgrammingLanguages/Python (last edited 2021-04-09 17:46:53 by SamatJain)