Start using config files!
There are many ways you can pass configurations or parameters to modify the behavior of your Python program. But why exactly do you need to pass these configurations? Let's say you write a Python script to connect to a database. In order to connect t...
Jul 9, 20233 min read107

