5 odpowiedzi
+ 10
JS is client language, becouse you don't use python instead JS.
+ 4
Python is universal however, it's server side based, along with PHP. JS is client side and is useful with these languages when using AJAX.
+ 3
Yes, Absolutely you can use python instead of PHP. but when it comes to JS, I don't really think you can use python instead.
+ 3
AFAIK you can't use python client side (ie as part of the scripts interpreted by the browser).
Python can be used server side instead of, or alongside, PHP.
JS is for scripting client side, and also server side with node.js.
+ 2
You will also need a knowledge of html and js is pretty mandatory. PHP is not required if you use python