Equivalent of Numpy.argsort() in basic python?

Viewed 52424

is there a builtin function of Python that does on python.array what argsort() does on a numpy.array?

4 Answers
Related