Disadvantages of Python
c2.com
Disadvantages of Python
1–5 of 5 posts
Re: Disadvantages of Python
#2This page has a lot of old/incomplete/incorrect information
Re: Disadvantages of Python
#3Outdated
Re: Disadvantages of Python
#4Unfortunately, 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.
Re: Disadvantages of Python
#5This page has a lot of old/incomplete/incorrect information
But it comes to first page when you search python problems on Google.