tutorial.eyehunts.com
Python convert list of strings to ints (Integer) | Example code
Use map() method to convert a list of strings to ints in Python. For example, want to convert all strings in a list to integers.
Rohit