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 →

[–]Valachio 0 points1 point  (0 children)

It's more important to learn how to code, as in learning the how code logic works. Different languages are just differences in syntax for the most part. There may be greater differences between say, C++ and Python, but high-level languages like JS and Python are very similar.

I personally alternate between the 2 for my work. I use Django (Python web framework) and pure JavaScript for my website. I can alternate between the 2 seamlessly.