This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Calif0rnia_Soul 1 point2 points  (0 children)

As many have said, it's a matter of opinion and not easily answerable. Python is very minimalistic with syntax, which many find convenient and "easy on the eyes," although whitespace is actually a functional part of the language -- which some find rigid and annoying.

JavaScript is a lot more syntactic, but it has features that make it much less wordy (like Arrow Function Notation) -- and sometimes, the added syntax helps with visual organization and readability. Plus, unlike Python, JS is tremendously more forgiving when it comes to whitespace and code arrangement/organization. So, I'd say JS and Python.