tutorial.eyehunts.com
Python map string to int | Example code
Using the map() function you can convert a list of strings into a list of int (number). Simple example code converts the list to an integer..
Rohit