DEV Community

Discussion on: after the basics of Python, should you lean Flask or Django next?

Collapse
 
yobretyo profile image
Bret

How about a option of backend as well? Flask seems more simpler, but for web, I think I prefer Vue and React.
How do you use a package? Is that a module?

Collapse
 
yoanbello profile image
yoanbello

Flask is a framework for the backend with python, react and vue are for the front. A package is like a module

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

You have to install, for example, flask-sqlalchemy.

But, do you really need a full blown thing like Flask, for data science?