Python Data Structures Summary In Python, data structures are objects that contain possibly a large number of other objects. Data structures make working with a collection of objects more convenient. Among the built-in data structures are lists, tuples, dictionaries and sets. Lists Lists Tuples Dictionaries Sets