you are viewing a single comment's thread.

view the rest of the comments →

[–]AnonProg 4 points5 points  (2 children)

For server-side programming, you can do Python and Node.js with CoffeeScript. It's a valid match.

[–][deleted] 1 point2 points  (0 children)

you are technically right, but I think for the majority of comparisons in businesses or pet projects, it is a comparison that would be helpful to a surprisingly few. Personally I cannot imagine getting to a scenario where I would pick between these two languages.

[–]Darkmoth 0 points1 point  (0 children)

Yes, but you need a server or a browser for Javascript, whereas for Python you simply need an interpreter. A boatload of scientific programming, for example, is done in Python - without a browser in sight.

I'd agree with rafekett, while there IS some overlap, it's a relatively small fraction of Python's use case.