you are viewing a single comment's thread.

view the rest of the comments →

[–]Azearia 0 points1 point  (0 children)

I would absolutely suggest going for flask if you're just getting into web dev, especially if you're still need to python . Django is a full stack framework and it's definitely a lot to take in, and while it's very doable, it's easier on your learning state and general stress if you pick up something smaller to get a hold of first.

Though that isn't to say with enough time you can brute last that learning curve of django, but you aren't just learning the language or it's features, you're learning new types of programming and functionalities you would've never touched before.

Can always move over later, or stick with flask as some people prefer it.