What's the standard config file name and extension in Python?
Posted
by froadie
on Stack Overflow
See other posts from Stack Overflow
or by froadie
Published on 2010-05-17T14:56:49Z
Indexed on
2010/05/17
15:00 UTC
Read the original article
Hit count: 324
I'm creating a config file to hold configuration/properties settings for my project that frequently change, such as file paths. What's the standard name/extension for such a file? (e.g. in Java I've used config.xml, in VB.NET I've used App.config...)
© Stack Overflow or respective owner