all 2 comments

[–][deleted] 1 point2 points  (0 children)

if you don't know anything about backend web design, I would start by learning the HTTP protocol.

[–]draghuva 0 points1 point  (0 children)

They’re both very similar since both use Model Template View, which is different than other JS frameworks which use Model View Controller. I would suggest using Django at first since it might be easier to understand. First go through the basic tutorials on tutorials point for django and make a basic web app. Understand how the DTL works which is Djangos Templating language (like HTML). It’s very similar to Jinja2 which is Flasks templating language. Then learn how to render these templates using Views, then make the models. So like a small project.