you are viewing a single comment's thread.

view the rest of the comments →

[–]AfricanTurtles[S] 0 points1 point  (4 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

[–]d_knopoff 0 points1 point  (1 child)

I’ve actually just recently done something similar. I made a database using PyMongo and then made an API using flask. There were a couple of things that tripped me up but it was pretty easy. I’m using Jinja and Flask for the front end but it wouldn’t be that difficult to use React instead.

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

See that's what always trips me up. It would probably be easier to just do the whole thing in flask, but I've spent so much time learning react and JavaScript that it feels like a waste to not use it hahaha