One of my first Python projects, a basic tasklist/to-do application. Initially, it only wrote to memory, but that wasn't good enough. So, I implemented file I/O to todo.txt so the tasks are kept in a local textdoc instead of in memory, which allows for persistence of the tasklist.
I've been coding for a couple weeks now, completely alone, so don't hate on my pretty trash code if you happen to stumble upon my random projects!! sincerely urs, snot-x