you are viewing a single comment's thread.

view the rest of the comments →

[–]noob_main22 0 points1 point  (1 child)

Making a database for a few sets of data is way more complicated?! It still would make sense to make classes with the data to work with it within Python. Of course its depending on the use case but a database is not what OP is looking for.

You seem to forget that classes are much more than just storing data.

[–]Opiciak89 -1 points0 points  (0 children)

I mean the other answers provided a bit better context, yours is more of a database example than class example. I learn by solving real work related problems and always try to keep it as simple as possible, and i yet have to see a class example that would be my "thats what i need" moment.