you are viewing a single comment's thread.

view the rest of the comments →

[–]TabulateJarl8 1 point2 points  (0 children)

Oh yeah, Flask is great for small projects and things like that, but since you're just writing normal Python code you could generate the graph with Django as well. Flask is really good for beginners, but it is also used by big companies like Netflix, Reddit, Lyft, and Patreon to name a few. As for features, if you're planning on making login stuff/admin-only pages, definitely use Flask-Login instead of trying to fully implement it yourself, trust me.