Hi -
I have a project I am going to be working on which will be a python gui. After meeting with the user yesterday I have found out that the computer this application will run on will not have internet access always. Which brings me to my question, how do I go about storing data that the application is going to use? The user will also sometimes be modifying this data as well. SQLite3?
Thanks