Tuesday, July 12, 2011

python configparser

I'm writing a Python program and as it grows I realize that it would be best to have certain variables in a configuration file. Python ConfigParser to the rescue! It's nice that this is a built-in. I just followed the examples and I was up and running quickly.

No comments: