Starting to learn Backend Development for the very first time using Flask
Is Flask the tool I want for a basic backend server?
Videos
Hey guys! I have started to learn Flask recently but I saw that the styling of the page was also being done in the tutorials using HTML and CSS. I am well versed with the fundamentals of Python and know basic HTML and CSS. But when it comes to applying CSS for styling, it really sucks. Also I just want to go for Backend Development and have no plans for Frontend as of now. So what should I do to ease the styling of the page? Also I wanted to ask whether any JS will be required if I want to pursue only Backend Development using only Flask? I don't know JS at all.
I'm building a very simple React frontend and want to build my backend server in Python.
After reading what Flask is in 4 different places I'm still a bit confused. It's generally described as "a web application framework written in Python."
Is a web application framework designed to return the content that appears on a web page, whereas that would normally live in React (or whatever other FE framework)?
If I only want to spin up a reliable web server with some basic endpoints to be hit by my React web application, is Flask the right tool for me? Or should I go with something else?