[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to implement the V comparsion used by sort in python?
From: |
Peng Yu |
Subject: |
How to implement the V comparsion used by sort in python? |
Date: |
Fri, 25 Oct 2019 21:00:00 -0500 |
Hi,
I'd like to mimic the V sort order in python. Is there any easy to use
comparison available in python? The following implementation is simple
but it is not exactly the same as the sort order of V used in sort.
Thanks.
https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/
--
Regards,
Peng
- How to implement the V comparsion used by sort in python?,
Peng Yu <=