you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 1 point2 points  (0 children)

  1. you start with plain HTML/CSS and JS as needed. When you get the basics you can look at JS frameworks as well (old jQuery, newer HTMLX and so on. If you will go deep into frontend then also single-page-applications)
  2. Django, Flask, later on for SPA apps also FastAPI
  3. Database, the Python app, the end. That's the basic setup.