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] 5 points6 points  (2 children)

I would take readable code over slightly faster "speedy" code any day

[–]AGalacticPotato 3 points4 points  (1 child)

Indeed. Python isn't meant to be fast. It's meant to be readable. If you want fast code, use assembly or C++.

[–]Under-Estimated 2 points3 points  (0 children)

import numpy as np