PythoC lets you use Python as a C code generator, but with more features and flexibility than Cython provides. Here’s a first ...
The following quickstart.py script creates a zero-initialised array and performs some element assignments: import mpi_array as mpia # creates zero-initialized PGAS (distributed) array dary = ...