1
vote
What’s the best way to store simple user settings in Python?
For a database-driven website, of course, your best option is a db table. I'm assuming that you are not doing the database thing.
If you don't care about human-readable formats, then …
