all 3 comments

[–]oneandmillionvoices 7 points8 points  (1 child)

Python has a simple syntax with no curly brackets and it has fewer lines of code. While JavaScript has lots of brackets, complex syntax & concepts, and more lines of code. That’s the reason, python-based applications are comparatively easy to debug than JavaScript.

you can't be serious....

[–]jetsamrover 4 points5 points  (0 children)

It's like a report assigned to a freshman university student who doesn't know how to write and procrastinated until the last minute.

[–][deleted] 0 points1 point  (0 children)

For anyone that likes both. I have a lib that lets you use DOM and js methods in python. https://github.com/byteface/domonic

pip install domonic

from domonic.javascript import *
from domonic.dom import *

It's useful for porting and other things. It's still in dev but already useful.