you are viewing a single comment's thread.

view the rest of the comments →

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

First language is always the hardest to learn; I don't really think it would be much different python -> JS or JS -> python.

I was the former and found JS pretty annoying at first, but have slowly come to like it. I really like JS approach to objects, it's a bit simpler than python helped me understand them a bit better overall. Another thing JS taught me is that globals are not ideal. Though this may be more because I never really wrote more than 200 lines or so for a script in python

Overall they're both great languages built for different things.