- 1
Thinking of building a daily journal in database format to make daily entries into.
Any ideas on the best platform to use to start a journal where, say, you’d enter a couple of sentences each day? I was thinking either python with a simple file read write structure with a text file as the database or an SQLite as the database or something with a json type structure for the entries. Does that seem like a good place to start or does someone have an idea that would work more efficiently?
3 Réponses
+ 1
if it's nothing personal, a simple text file would work just fine
0
You mean just a python script to write to and read from a text file?
0
yeah that will work just fine