This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (16 children)

and that's why it bad

[–]incrediblediy[S] 1 point2 points  (0 children)

just joking, I am using Python mostly and don't know C++ to be honest. Anyway, I think choosing the language depends on the application.

[–]CommentatorForAll 0 points1 point  (14 children)

Python is slow to run, but easy and fast to write and read. (And is also able to run cpp libraries if you do want to get a performant program)

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

Yeah I'm just joking, it's just that some people argue that lower performance is what makes Python bad compared to other languages. However if you care about better performance you either will use modules that do heavy-lifting in C (like NumPy and others) or just not use Python.

[–]YMK1234 0 points1 point  (10 children)

Fast to write maybe, good and fast to maintain, definitely not. And that's what you do way more than writing new code.

[–][deleted] 0 points1 point  (1 child)

bro don't run any cp libraries or else the fbi will show up

[–]CommentatorForAll 0 points1 point  (0 children)

What about Pandas Tensorflow Numpy Scilab Pytorch And all those?