nampy A front-end to numpy using named axis arguments (eg. "X", "Y", "Z") instead of positional arguments (eg. 0, 1, 2) Another idea for syntax: a['x', 1:2, 'y', 3:4] # accessing x-axis at 1:2 and y at 3:4