Python sucks.
Not only is it extremely inefficient, it is also a pain in the ass to work with if you have to use APIs that heavily rely on dynamic type wrapping and don’t provide stubs. Static analysis via Pylance is not possible then and you’re basically poking around in the dark, increasing the difficulty enourmously to get to know such an API. Even worse if there isn’t even a halfway decent documentation.
I suppose you’re referring to the article I’ve linked. As I see it: If an increasing amount of applications world are running with Python, then energy and time consumption are important aspects. Not only cost wise but especially since we’re grilling our planet. Therefore, comparing with more efficient languages is indeed meaningful.