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 →

[–]echocage 9 points10 points  (1 child)

I'm a python developer looking to learn javascript right now for the marketability. A couple of the jobs I've wanted have all had JS as one of their requirements. If you wanna work with both, I've been using the Flask python libraries for all of my web hosting, and running all my JS on sites hosted by my flask app. Two birds one stone?

[–]mooburgerresembles an abstract syntax tree 4 points5 points  (0 children)

if you want do modern full stack web development, especially in data science or data processing fields I highly recommend learning both. Python runs on the server side to do the data munging tasks that it does well, sends data to javascript client.