Best Tool for the Job
I feel like I'm drifting back toward Flask, since there seems to be a plethora of tutorials and help, especially regarding databases. In fact, I have now decided I want to store my blog posts in SQLite, not JSON. I have set up a SQLite database and added my entries from the JSON file into a database callled "roblog" I have now returned to the Flask blog project from Real Python Part 2 because, I figure, if I'm going to use Python for my blog, why not stick with what's familiar? Also, this course does a great job laying out the basics, with plenty of room to improve. Such as this: https://realpython.com/primer-on-jinja-templating/ Unlike in times past, when I wandered from Tkinter, to Django to Flask to HTML and JavaScript, I didn't have a specific, reasonable goal. Re-creating Microsoft Access wasn't it! Before, the question I was trying to answer was, "what is the ONE TOOL I can use for anything?" Now, it's goal focused: "What's the best tool set for creating a blog?" I decided what I want to create FIRST, THEN try to determine the best tool for that job!