Comment by fnord77 4 days ago Python is not a great language 3 comments fnord77 Reply hekkle 4 days ago Not great at what?I agree that Python is not great at anything specifically, but it is good at almost everything, and that's what makes it great. fnord77 2 days ago which is nicer? float(len(str)) or str.len().float() Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy
hekkle 4 days ago Not great at what?I agree that Python is not great at anything specifically, but it is good at almost everything, and that's what makes it great. fnord77 2 days ago which is nicer? float(len(str)) or str.len().float() Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy
fnord77 2 days ago which is nicer? float(len(str)) or str.len().float() Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy
Not great at what?
I agree that Python is not great at anything specifically, but it is good at almost everything, and that's what makes it great.
which is nicer?
or
Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy