Hello HN.
I have extensive experience with Python, and some experience with c, and databases. However I have no experience with HTML and CSS. I would like to make a somewhat complex website where I display tweets from the Twitter API and display data that I have in a database. Should I learn django/REACT, or Flask, or should I use Wordpress? If you think I should use one of these options, should I go to udemy/youtube, hire a teacher, etc..?
On the other hand, I found Flask to be dead simple. The website will get you started. You certainly don't need a course or a tutor to get going.
Django, once you get the hang of how the scaffolding works, is also fairly easy to use. It did take me a weekend of google-ing and head scratching to figure it out though. The Django docs and community is not as easy to work with as flask.
On the surface of things, collecting data from the twitter api and displaying it with related data from a database is not overly complex (as long as you are looking at a reasonable number of tweets).
VERY important though, you absolutely cannot publicly redisplay a tweet yourself, even if you have collected the details of it from the api. You ABSOLUTLY must use one of the Twitter widgets to do so. Do anything else and you are just asking for your project to be shut down.