Disadvantages of Python(c2.com)
c2.com
Disadvantages of Python
http://c2.com/cgi/wiki?PythonProblems
3 comments
This page has a lot of old/incomplete/incorrect information
But it comes to first page when you search python problems on Google.
Unfortunately, the first item is still valid. "Speed" is and continues to be a concern.
If python did multithreading then speed could be overlooked as processors grow more and more cores. The GIL prevents python programs from using the full potential of modern hardware, though.
If python did multithreading then speed could be overlooked as processors grow more and more cores. The GIL prevents python programs from using the full potential of modern hardware, though.
Outdated