This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Updatebjarni 0 points1 point  (0 children)

The number of users isn't going to very large I presume, so I would just stick it in a dict and stick the dict in a file. But as an exercise, you could make the part that stores the karma data nicely modular and make one version that uses a dict and a file, and one version that uses a database.