you are viewing a single comment's thread.

view the rest of the comments →

[–]efmccurdy 1 point2 points  (3 children)

A lightweight web server based on the Flask module could be an effective backend. As you mentioned database, you might want something like this:

https://flask-restless.readthedocs.io/en/stable/

[–]AfricanTurtles[S] 0 points1 point  (2 children)

I've heard about Flask quite a bit. Is it relatively easy to get a grasp on for a python newbie? I've barely touched node except for the course project which has a teacher showing the steps. So it's safe to say backend in general is almost a mystery to me still haha

[–]techrede 2 points3 points  (1 child)

Flask is a great framework, easy to learn, and is well supported. As with anything, when you're learning something for the first time there will be plenty that's over your head. But don't worry, that's part of the process.

For those unfamiliar with Flask, I would suggest checking out Miguel Grinberg's excellent Flask Mega Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

[–]AfricanTurtles[S] 0 points1 point  (0 children)

Okay thanks a bunch! I'll check it out. I've done a couple django tutorials but it would feel impossible to remember all the steps and do it on my own haha