tutorial.eyehunts.com
Python convert list to Dictionary with index as key | Example code
get the indices of a list from using enumerate function. And just need to reverse the index value map and use a dictionary comprehension...
Rohit