|
From: Eric F. <ef...@ha...> - 2006-02-10 22:58:25
|
Travis Oliphant wrote: > Christopher Barker wrote: > >> Colin J. Williams wrote: >> >>>> numpy.r_[1,0,range(1,5),0,1] >>> >>> >> >>> This seems to be a neat idea but not in the usual Python style. >> >> >> >> Exactly. couldn't it at least get a meaningful, but short, name? > > > It is meaningful :-) r_ means row concatenation... (but, it has taken > on more functionality than that). What name do you suggest? "cat"? "rcat"? "catr"? "catter"? Eric |