Live data from Hacker News

Why Everyone Should #DeletePytho

nanx.me

21–27 of 27 posts

Re: Why Everyone Should #DeletePytho

#21
I agree that R has it's benefits, but zero of the points in that article appear solid when you actually spend time with Python. Have to choose Python 2 or 3 for a new project? Guess what, pick version 3, because you know - you could say the same thing about Ubuntu 16.04 or 18.04 ?

Re: Why Everyone Should #DeletePytho

#22
post #15

IMO Recommending R as a replacement for Python is like recommending a VW Beetle rigged to explode if it hits more than 2mph as a replacement for a beat-up old family car that is missing two tires. Python might have it's pain points but R is straight up the most horrendous programming language I've ever used, including Malbolge and Brainfuck in that ranking. The only valid reason people ever present me for using this…

its pain points

Re: Why Everyone Should #DeletePytho

#25
post #18

Seems more like an attack on a straw-man Python ecosystem. Section 1, on there being two versions of Python, is a bit daft. It's been settled: use 3. Sections 2, 3 and 4 are attacking Python for not behaving in the way R does. For what it's worth, everyone struggles with objects being passed as references at some point or other -- for me it was not realising keyword function arguments' default values are evaluated at…

I realize the default kwarg thing trips people up, but there’s always been this great pair of pages in the Python docs titled Data and Execution models. They take an hour or two to read, but make the language so crystal clear.

Re: Why Everyone Should #DeletePytho

#27
This article is a piece of shit that doesn't present any major shortcomings of the Python language. Additionally, it's simply incorrect in its claim about Python's copy semantics for variables. This is the garbage that makes HN stink.
Post reply on HN