Creating a small personal journal program.

Day 2 and I have already switched allegiances :)
Decided to do the TalkPython Jumstart Course, since I wanted to get my hands dirty and mind working with real world-ish problems.

Started with App 4, that deals with building a small journal app.

In one hour, I managed to create the bones of the app.
I can read, write and exit the app.
I learnt how to sanitise input, so that erroneous input does not crash the app.
I kept pausing the video and then trying to code it up myself and then seeing if my stuff matched up to what was being shown.
For the most part, it did.
Was happy to see that. It affirmed that I had a good grasp of the basics.

Will work tomorrow on persistence.
Save my work to a file, and then read it in.