“Yes, Python is Slow, and I Don’t Care” | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
20th Jul 2017, 10:55 AM
Вап
3 Answers
+ 14
you use python when you want to get the program developed fast, not for running the program fast. for most tasks, the slow speed is acceptable. so basically he's right but there are languages that run faster with similar development times. the reason python wins out in the end is due to the massive library ecosystem it has. you're not going to get cutting edge machine learning in perl, for example. as much as I like python, I think in the long term it's bound to be replaced with a faster alternative.
20th Jul 2017, 11:07 AM
Ahri Fox
Ahri Fox - avatar
+ 4
https://www.sololearn.com/Discuss/431568/?ref=app So I think wrong that Python is better and faster than PHP? 😐
20th Jul 2017, 11:41 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 3
When people say python is slow it's usually 2 cases, the first being that they are using python for stuff that should have been better with C or C++ and those who jumped on the bandwagon to blow up the proportion on how unnecessarily important speed is. Speed is probably the only thing python does poorly at imo and that's okay given how readable the code is.
20th Jul 2017, 12:36 PM
Matthew Wong
Matthew Wong - avatar