tutorial.eyehunts.com
Python sort list of strings with numbers | Simple code
If you have a list of strings but contain the number and want to sort it then use the sort method with key=float to sort the list.
Rohit