Relative Content

Tag Archive for jsonpython-3.x

How to Change Multiple Values in a json file

I want to change the values in a json file. The json file contents are commented out. I want to change the values individually with having to write to the file separately for each value.

Best way to store big text files and corresponding data

I want to build a Dream Journal in Python/Tkinter. So far I’m just working on the general structure and right now I have to decide how to store my entries.
I want to write down the dream itself, which will obviously be a long text, but I also want to add a title, date, lucidity, etc.

Reading a JSON file

I need to write a file that can be appended (and not overwritten!) and then to read this file. This is the code I wrote: