1
vote
2answers
253 views
python - config options, how to input/handle?
when your app takes a few (~ 5) config params, and the app is going
to be used by non-tech users (i.e. KISS), how do you usually handle reading
config options, and then passing around the params be …
0
votes
python - config options, how to input/handle?
"Counts answer"
Please update these counts and feel free to add/modify.
Do you usually read config options via:
- command-line/gui options : 1
- a config text file : 0
How do multi …
