+ 27
JavaScript and python.... which one of this two took the largest part when its comes to making an interactive web design?
And which one is more broad among the two???
8 Respuestas
+ 9
JavaScript is specifically designed for making web pages while python is a general purpose language.
So JavaScript hands down both for front end and back end (node.js).
You could use python for web pages but js is just easier for web.
+ 8
JavaScript is the front end, interacts with html components (DOM) in the browser; Python is in the server and interacts with the system and database.
Which one takes the largest part really depends on the design strategy , and whether the logic is processed on the server or on the client browser.
+ 5
With python u can make web applications. I think JS is more interactive in web design than python
+ 5
Thats easy java script
+ 3
java script
+ 2
as a 'can you do it with js' sort of person, i would say js is the best option for websites by far, as it is made specifically for websites and being combined with HTML, CSS, PHP, SQL, JQuery, etc. it is very flexible as it can be used in association with other languages easily.