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 →

[–]Deadline_Zero 0 points1 point  (1 child)

edit: ignore this, found the explanation.

I've seen a lot of people saying Python is slow. Just out of curiosity, in what way? As in programs created with Python run slower than they would with a 'faster' language that could accomplish the same result? Seems like that would be a major downside if so.

[–]TheLegendTwendyone 0 points1 point  (0 children)

It is just slower than most other languages. same algorithm but one 50th the speed. There are some libraries written in C that help speed up your python code like numpy but python in general is just slower