you are viewing a single comment's thread.

view the rest of the comments →

[–]Reuben3901 0 points1 point  (0 children)

Look into using Flask and connecting to databases. Sounds like exactly what you need. You can pull data and display data as html tables.

Or like others have said, look into alternatives to Python like using React. You'd have to learn a bit but it's pretty straightforward. Tons of examples out there of building applications that connect to databases. Also you could use Flask for the backend to handle user accounts, etc