+ 2
Is python easier to learn then javascript?
3 Respuestas
+ 2
Just to add on Xavier's answer,
Python is syntactically simpler to write as compared to JavaScript.
Later on you'll realise that some concepts are different for example:
Python supports OOP(Object Oriented Programming) whereas in JavaScript this technique is replaced by something called Prototypal Based programming.
I for one enjoy JavaScript because of that but I still prefer Python for its simple syntax.
Happy coding!!!
+ 2
Ty very much! :)
+ 1
Hi @vlad,
I'm not an expert in both languages but I've worked with them, from my point of view Python has simpler syntax, but I think it depends on what you want to do.
Bye!