Turns out there is standard way of persisting user information from
one session to the next; this is used - notably - to keep track of user
names and passwords. It is known as the init file (in Windows), and Python
has its own version thanks to the configparser module
What happens is that one keeps the relevant information as dictionary values
in a Notepad.ini file. This gets automatically called as the app is opened.
Been playing with this model; and I am getting a cal event showing without
creating it outright as well as creating a proper calevents list...👩🦳
* * *
No comments:
Post a Comment