brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Added sortlistkeepindices.py #49

Closed xivarri closed 9 years ago

xivarri commented 9 years ago

Demonstration of how to neatly sort a list while keeping the original indices of the list items.