PyOpenCL

PyOpenCL 2015.1 updated

PyOpenCL is an open source, multiplatform and completely free command-line software project implemented in Python and designed from the ground up to provide a cross-platform wrapper for the OpenCL (Open Computing Language) framework.Tested with the...

CnD

CnD 2012.1

CnD is a Python source-to-source translator that makes using n-dimensional arrays in C more pleasant. It will turn this code:void sgemm(float *a, float *b, float *c, int n){ dimension "fortran" a[n, n]; dimension "fortran" b[n,...

read more
PuDB

PuDB 2013.3.2

The PuDB project is a visual debugger for Python. It runs in the same terminal where you run your code.Installation:Installing it is as easy as:easy_install pudbFeatures:Easy to use! Syntax Highlighting Offers Better situational awareness than...