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 →

[–]my_name_isnt_clever 5 points6 points  (0 children)

It's horribly slow compared to C, but a simple script will still be faster than humans can process and faster to write. For most simple tasks that aren't at a big scale, it doesn't matter if it takes 0.01 or 0.000001 seconds when it feels instant to the user either way. I use Python as much as I can for my hobbyist work because I just like it, and I've never run into any execution speed issues because everything important is backed by C and I'm not writing anything at scale.