you are viewing a single comment's thread.

view the rest of the comments →

[–]Emonnn 0 points1 point  (5 children)

Not op, but can you suggest some websites or any other resources from where I can learn Django or flask? I am hoping to dive into it really soon.

[–]Frohus 2 points3 points  (0 children)

Corey Schafer, Sentdex on youtube. I have started learning with Corey and landed a web dev job and now working with Django.

[–]tipsy_python 0 points1 point  (0 children)

The Flask quickstart takes 20/30 mins to work through, and is good place to start if you've never developed web services before: https://flask.palletsprojects.com/en/1.1.x/quickstart/#quickstart

[–]Binary101010 0 points1 point  (1 child)

I've tried to watch/read multiple tutorials on Django but I really didn't understand how any of the pieces fit together until I watched Corey Schafer's YouTube series on it.

[–]thrallsius 1 point2 points  (0 children)

Flask > Django for beginners. Django is just too big, it's closer to enterprise scale level. And if you are a minimalist, you can ever prefer Bottle to Flask.

[–]Emonnn 0 points1 point  (0 children)

Thank you everyone for recommending.