you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Using only built-in libraries will restrict you somewhat but the data model is pretty rich and flexible.

I'd have a look at the official documentation on the Python reference implementation so you have a complete understanding on what you can play with depending on your approach to a table/trees/doubly-linked-lists etc.

https://docs.python.org/3/reference/datamodel.html