Tartifola wrote:
>
> Hi,
>
> On Fri, 30 Nov 2007 14:55:08 -0600
> Robert Kern <[EMAIL PROTECTED]> wrote:
>> numpy questions are best asked on the numpy-discussion mailing list since
>> everyone there automatically knows that you are talking about numpy arrays
>> and
>> not just misnaming lists.
Hi,
On Fri, 30 Nov 2007 14:55:08 -0600
Robert Kern <[EMAIL PROTECTED]> wrote:
> Tartifola wrote:
> >
> > Hi,
> > I'm working with numerical array and I'm a little lost on a particular
> > sorting of one of them. In particular I have an array like
> >
> > a = array([[8,4,1],[2,0,9]])
> >
> >
Tartifola wrote:
>
> Hi,
> I'm working with numerical array and I'm a little lost on a particular
> sorting of one of them. In particular I have an array like
>
> a = array([[8,4,1],[2,0,9]])
>
> and I need to sort it using only the first column as reference but
> keeping the lines together so t
Chris Hulan wrote:
> the list.sort method seems to do exactly what you want?
>
> Unless your array() method is creating a custom array object with
> different sort functionality than list?
Presumably he is using numpy arrays.
--
Robert Kern
"I have come to believe that the whole world is an en
the list.sort method seems to do exactly what you want?
Unless your array() method is creating a custom array object with
different sort functionality than list?
Cheers
--
http://mail.python.org/mailman/listinfo/python-list