cycool29
1 supporter
ConfigParser - manage user-editable sett ...

ConfigParser - manage user-editable settings for your Python programs

Apr 04, 2022

User-configurable settings are important for big applications. They make your application more user-friendly and improve the efficiency of your application.

But you may be curious, where and how to store those configurations?

Here I am gonna introduce you ConfigParser, one of the standard libraries in Python 3, which is used to save settings for your Python applications.

https://cycool29.github.io/post/000005

Enjoy this post?

Buy cycool29 a coffee

More from cycool29