|
From: John H. <jdh...@ac...> - 2006-02-14 03:37:48
|
>>>>> "Bill" == Bill Baxter <wb...@gm...> writes:
Bill> This is a place where numpy could do something. I think it
Bill> would be nice if numpy had something like an 'irange'
Bill> (inclusive range) function to complement the 'arange'
In my view, this goes a bit against the spirit of the Zen of python
('import this')
There should be one -- and preferably only one -- obvious way to do
it.
since there is an obvious way to get the range 1..6.
JDH
|