Search Results

4
votes
6answers
574 views

What is the best way to store set data in Python?

Hello Stack-Overflow, Here is my situation. I have a list of data that looks like this: [(id__1_, description, id_type), (id__2_, description, id_type), ... , (id__n_, description, …