@teamtuck the complicating factor is that the recent hype and explosion of interest around #python concerns rather specific domains (#datascience, #machinelearning etc) where python is really just the scripting glue for specialized libraries and frameworks which may even be bindings to C++ (#numpy, #pandas, #pytorch etc). A good intro for this type of work is https://jakevdp.github.io/PythonDataScienceHandbook/
Ofcourse "pure" python exists and continues being used, most notably web frameworks (#django, #flask, #fastapi)