Live data from Hacker News

Ask HN: Is Python dying?

news.ycombinator.com

131–140 of 369 posts

Re: Ask HN: Is Python dying?

#131

Earlier quoted context omitted.

Second this. Python is just the perfect language for concept proving or prototyping.

You haven't tried Scheme.

I don't know it, yet. But I don't know whether it provide the range of libraries Python can provide me with.

Re: Ask HN: Is Python dying?

#132
Julia for Data Science? Ha!

I think Julia might maybe have a shot at the space Matlab plays in the moment. But I'd define that more as scientific computing than data science.

Does Julia even have a properly supported HBase interface? People are confused about how to connect to SQL Server[1] - until some pretty basic things like that are sorted out I don't think anyone will take it seriously for data science.

Also: http://danluu.com/julialang/

[1] https://groups.google.com/forum/#!topic/julia-users/BOeyuSlz...

Re: Ask HN: Is Python dying?

#133
post #31
post #5

That may be a view through the distorted HN lenses. Spend some time on Lambda the Ultimate and you'll think imperative programming is dying. Go is new and has lots of issues. It's annoying on many fronts and badly needs improvements in packaging area. It's good for some things and worse for others. JS is for frontend, because it's the only supported language. (although there are python-to-js compilers available if yo…

Reasonable Python is much younger than that. (Only fair, if you make an adjustment for reasonable js.)

ES3 is probably the real cut off for JS.

Re: Ask HN: Is Python dying?

#135
I do a little work in machine learning (as an undergrad). Deep learning specifically is dominated by Python and C++ (Python for the interface, C++/CUDA for the implementation). Theano's interface is in Python. Caffe has C++, Python, and Matlab interfaces (Python and C++ being the most popular in my experience). Tensorflow has C++ and Python interfaces. ipython notebooks started with Python. The odd one out is Torch; its interface is in Lua.

Machine learning also, at least from my academic view, seems to be dominated by C++/Matlab/Java/Python (and things seem to be moving to Python).

But more broadly, you'll have to learn dozens of languages as a programmer anyways. I wouldn't get too caught up in Python vs. other things.

Re: Ask HN: Is Python dying?

#136
post #132

Julia for Data Science? Ha! I think Julia might maybe have a shot at the space Matlab plays in the moment. But I'd define that more as scientific computing than data science. Does Julia even have a properly supported HBase interface? People are confused about how to connect to SQL Server [1] - until some pretty basic things like that are sorted out I don't think anyone will take it seriously for data science. Also: h…

Julia is not even at 1.0 yet, and will be full of holes until at least then. It's still a wonderful language for technical/scientific computing, but you don't want it to be your only language if you have to make diverse real things.

Re: Ask HN: Is Python dying?

#137
post #65
post #54

Earlier quoted context omitted.

One of my favorite pieces of code I've written is a 150 line Python script I made to solve a really ugly text processing problem. I have tried to use it as a code sample when talking to potential employers, but it backfires because it makes the original problem look so simple that they wonder why I bothered to send it.

Maybe you should try a reverse interview process. Send them the original problem, ask them to have one of their top developers solve it, and then compare solutions.

Is this a real thing ?

Re: Ask HN: Is Python dying?

#138
post #36

http://www.simplyhired.com/search?q=python Showing 1-10 of 169,970 Python jobs http://www.simplyhired.com/search?q=ruby Showing 1-10 of 128,305 Ruby jobs http://www.simplyhired.com/search?q=java Showing 1-10 of 190,126 Java jobs http://www.simplyhired.com/search?q=golang Showing 1-10 of 219 Golang jobs http://www.simplyhired.com/search?q=julia Showing 1-10 of 206 Julia jobs http://www.simplyhired.com/search?q=%22pyth…

http://www.simplyhired.com/search?q=php Showing 1-10 of 144,251 Php jobs

Re: Ask HN: Is Python dying?

#139

Earlier quoted context omitted.

Your snark was somewhat incoherent. Can you be more clear? guessing from the cpan in your name you're a Perl person?

It was coherent and I would not define it as snark. You don't comprehend his point yet you have the wherewithal to label it as incoherent & snarky -- that's snarky. But I digress.. Python users had a choice to stay in 2.7 land or make changes to their codebase for not much in return. Many chose to stay in 2.7 land, which you could safely say is stagnant. As a result, if you can't keep moving with Python, where will y…

Maybe you think you "comprehend" his point because you decide to interpret it in your own way. But it was not coherent (and honestly I'm not even sure if that was a snark in there or not, mostly because it was incoherent).
Post reply on HN