sortrows, a Python code which lexically sorts the rows of an array, in a similar fashion to the MATLAB sortrows() function.
The information on this web page is 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).