Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2016-08-25 18:25:37
Size: 615
Editor: SamatJain
Comment:
Revision 5 as of 2017-07-12 01:10:06
Size: 792
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.
Line 20: Line 20:

== Neat Web frameworks ==

[[http://aspen.io|aspen.io]]. Filesystem-based dispatch library. Used by Liberapay.

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

Neat Web frameworks

aspen.io. Filesystem-based dispatch library. Used by Liberapay.

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