DEV Community

Discussion on: Which has more opportunities? (Short road to starting?) React, Vue, JavaScript, Python? [Front/ Back-End]?

 
steelwolf180 profile image
Max Ong Zong Bao • Edited

It just depends on the use case. I picked Django cause it had a good out of the box experience, security focus and a force multiplier for me besides Flask or FastAPI.

Plus the added advantage is that you have a better chance of working with data science-related work. But if you are looking for just web development, most of them might just pick a javascript backend as you do not need to relearn a lot of things.

Thread Thread
 
yobretyo profile image
Bret

Is Flask good to start out with?
before Django?
I’m between learning the basics of python and also Flask.
Flask seems to go back to plain HTML/CSS.

Thread Thread
 
steelwolf180 profile image
Max Ong Zong Bao

It's much easier to learn than Django as much of the use case comes from it being easy to learn and the flexibility that comes with it . Plus there is a lot of people working with data science who uses it for that reason besides FastAPI.