Thinking of building a daily journal in database format to make daily entries into. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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?

29th Nov 2021, 7:06 PM
Chris
Chris - avatar
3 Answers
+ 1
if it's nothing personal, a simple text file would work just fine
29th Nov 2021, 7:52 PM
Slick
Slick - avatar
0
You mean just a python script to write to and read from a text file?
29th Nov 2021, 11:27 PM
Chris
Chris - avatar
0
yeah that will work just fine
29th Nov 2021, 11:37 PM
Slick
Slick - avatar