I am Charmie

メモとログ

2018-05-09から1日間の記事一覧

python: natural sort for a list of strings

See this. The process is super simple. stack a set of strings into a list. define a function converts a string object to its corresponding int object. define a function runs through a list to extract numbers from strings. sort a list with …