I am trying to create a website from scratch. Originally, I hoped to be able to use WordPress. However, I'm not sure that it offers me the flexibility that I want, so I am hoping to put some time in to learn a web framework.
I have done research, and I know that relevant threads exist. However, these threads tend to be over a year old or even older, and the CS world evolves rather quickly. Also, I didn't find threads which encompass my specific parameters.
Parameters: I would like my website to be a mini-online newspaper where multiple authors can post different blogs and comment on each other's stories. I would only be allowing a handful of people login credentials, and I expect the site to be low traffic.
Options: I have more of less settled on using either WEB.PY, DJANGO, or FLASK.
I'm currently vacillating and don't want to waste a lot of time learning a framework if I realize half-way through that I would have rather learned a different one.
Question: If my priority is speed of implementation, which web framework has a simple enough implementation and documentation for a first time user (I have no experience with web frameworks)? Again, I don't really care about the "scale-able" aspect.
Thank you so much, and any and all advice is greatly appreciated.
Also, I am familiar with Python and Html, CSS, & Javascript