|
|
Subscribe / Log in / New account

Python vs JavaScript

Python vs JavaScript

Posted Apr 4, 2013 20:42 UTC (Thu) by joib (subscriber, #8541)
In reply to: Python vs JavaScript by man_ls
Parent article: PyCon: Evangelizing Python

I've been toying with the idea of playing around with node.js when I get some time. But I wonder, how well does it do for "normal" scripting stuff? I'm sure it's a nice tool for building socket servers, proxies and so on, but how suitable is it for stuff outside that niche? Stuff like parsing text, csv files, connecting to databases (ldap, sql, ...), access to POSIX functions, etc.?

In addition to the above, personally in python land I've used numpy/scipy/matplotlib extensively to do calculations and plotting stuff; AFAICT javascript/node/npm doesn't have anything coming close to those. But in the grand scheme of things that's perhaps a somewhat esoteric use case. Then again, servers capable of handling tens of thousands of concurrent connections seem pretty esoteric as well (to me, at least!)..


to post comments

Python vs JavaScript

Posted Apr 9, 2013 5:59 UTC (Tue) by marcH (subscriber, #57642) [Link]

Similar questions here: can I use Node.js on the command line as a "glue" language like bash, Perl and Python? Is there an interactive mode? Can I Google any question and find a StackOverflow thread about it?

(The language matters, but the "ecosystem" matters probably even more.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds