When sorting strings, you'd often like the order to make sense to a person.Ned Batchelder has improved the human sorting of strings.The central idea is to turn a string into a tuple of intermixed strings and integers for sorting.For advanced sorting needs, the natsort package is recommended.