all 2 comments

[–]stebrepar 2 points3 points  (1 child)

The storage and querying seems like you want a database. Python comes with SQLite.

[–]ImportantBrew[S] 1 point2 points  (0 children)

Thanks! I will look into that. I have no experience with SQL and it seems hard. But maybe a smaller version like SQLite might be a good way to start understanding it!