I am looking for a smart way to store my settings in Python. All I want to do is to set some parameters and use it in the code.
I found this Best practices for storing settings and this Storing application settings in C# but I don't think that helps me to solve my problem. I want store some parameters for example age weight and name etc. and access them easily.
Is there any best practice?