Python – How to read a Configuration file
In this post, we will see how to read a Configuration file that we usually use in our projects.As we know, a Configuration file is used to store key value pairs or some configurable information that we could need in our projects. A config file is very useful because, if we need to change a… Read More »