40
What is the best file format for configuration file?
(programming.dev)
This is a most excellent place for technology news and articles.
For my last self-made program, I just wrote a config.py, and call
import config
from other code files and write my config in Python.