Difference between Python “Lists” and “Tuples”

Python lists and tuples seem to be no different for a beginner except that tuples are immutable and lists are mutable. However, what I have just mentioned is the “Technical difference”. But there is a “Cultural difference” aspect to this discussion. Figuring out the “Cultural difference” allows us to answer the following questions: When do I use tuples? When do I use lists?