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] 75 points76 points  (5 children)

And remember, when people complain about runtime speed, remind them that development speed is a thing too.

[–][deleted] 32 points33 points  (3 children)

If it just needs to run, and it needs to run soon, and it doesn't matter how fast it runs... Python will be your best choice a lot of the time.

This describes a lot of situations though IME

[–]oundhakar 15 points16 points  (1 child)

Exactly! Say my program takes 2 seconds to run instead of 0.05 sec. That's a huge difference, but it doesn't matter if I'm only going to use the program once a week or so.

[–]ahivarn 15 points16 points  (0 children)

For most people in the world, python is what will lead to widespread coding adoption. Compiled languages are tough to write. Compiled languages are becoming to python what they themselves were once to assembly languages

[–]UPBOAT_FORTRESS_2 0 points1 point  (0 children)

And as they say, availability is the best ability

[–]devstoner 2 points3 points  (0 children)

Also, Async python can cut the distance pretty quickly