FRAME WORKS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

FRAME WORKS

Hi guys What is the diffrence between python's framework for web development(like Django, Flask and cherrypy) and "JS" frameworks? each one is for specific purpose? which one is better?

1st Aug 2019, 11:47 AM
Pouria
Pouria - avatar
4 Answers
+ 5
I'm not too familiar with Python's framework, and I may be wrong here, but they are not made to have interaction with the DOM, thus not made for creating dynamic UI. JavaScript is by default is integrated in the browser's runtime, and so it has the ability to interact and change the DOM, and so JavaScript, its frameworks and libraries are made for creating interactive web apps and UI which are natively integrated in the browser (or Node) enviorments.
2nd Aug 2019, 4:08 AM
Eliad
Eliad - avatar
+ 5
I think JS frameworks are getting more popular than Django.
2nd Aug 2019, 8:25 AM
Sonic
Sonic - avatar
+ 3
I tried only CherryPy. I don't very like it. Django is more difficult but it is more flexible than Flask and CherryPy.
2nd Aug 2019, 1:21 AM
V Vetrov
V Vetrov - avatar
- 1
I think Java Script is the best code and python that are the only ones that i have and i heard of others i think there was Ruby its kinda good but i dont like it that much...
2nd Aug 2019, 5:18 PM
Son Goku
Son Goku - avatar