Lazy-loaded configuration data in Python 3, Part 1: The Base Class
In a current project I have been part of, I have had to deal with a relatively large amount of mostly static data that needs to be readily available in my application. As most of the data is static, and doesn’t change, but drives the application’s functionality, I figured I could store the data in…
Read More “Lazy-loaded configuration data in Python 3, Part 1: The Base Class” »