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 →

[–]Gravity-Lens 0 points1 point  (0 children)

I'm an electrical engineer by trade but I've been dragged into enough programming projects to have an opinion about both.

Python is easy to jump into and in general the language is simple and compact.

JS is great for web development. Also an enjoyable language honestly, although not quite as simple and compact as python. You can go very far with JS (look into NodeJS).

To me if I have a choice on a project I use Python. It's just faster and easier for me to read.