sortrows, a Python code which lexically sorts the rows of an array, in a similar fashion to the MATLAB sortrows() function.
The computer code and data files described and made available on this web page are distributed under the MIT license
sortrows is available in a Python version.
sort_rc, a Python code which sorts a list of any kind of objects, using reverse communication (RC).