Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2016-08-26 04:32:54
Size: 676
Editor: SamatJain
Comment:
Revision 7 as of 2018-02-23 20:13:31
Size: 1012
Editor: SamatJain
Comment: python-wheel is a dep of python-pip
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[CodingStyle/Python]] is another relevant page.
Line 9: Line 11:
python-wheel
Line 20: Line 21:

== Neat Web frameworks ==

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

== Neat packages ==

[[https://github.com/nvbn/py-backwards|nvbn/py-backwards]]: Python transcompiler. Lets you use Python 3.6 features in older versions, as old as Python 2.7.

CodingStyle/Python is another relevant page.

Development packages for Debian

Current for Ubuntu 16.04.

fabric
python-pip
python3-pip
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.

Neat packages

nvbn/py-backwards: Python transcompiler. Lets you use Python 3.6 features in older versions, as old as Python 2.7.

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