Hacker News new | ask | show | jobs
by cageface 2176 days ago
I'd recommend JavaScript unless you want to do something that python is specifically good for like machine learning. JavaScript has its own issues but it's not hard to learn and is used everywhere.
1 comments

What brought me javascript from python was:

- functions were defined with `function` keyword instead of `def`

- variables were declared with `var`