Python- Tuple Data Structure

How can we say that tuple is Faster than Lists?

Some simple explanations are given here : https://stackoverflow.com/questions/68630/are-tuples-more-efficient-than-lists-in-python

But i would suggest that you also read this blog for better understanding of tuples vs list : http://zwmiller.com/blogs/python_data_structure_speed.html