As I see it, it isn't much worse than before. There were and are several problems that are impossible to solve using python, some of them because of the very strict time limit (e.g. https://www.spoj.pl/problems/ETF/1) and some others because of the enormous input. But there still remain a lot of problemsets you can use with python.
In some cases one should just improve the algorithm: https://br.spoj.pl/ranks/FATORIAL/lang=PYTH
I have more than 200 python2.5 solutions AC and there should be only a few that I won't get AC, e.g. https://www.spoj.pl/problems/SUMITR/ and https://www.spoj.pl/problems/ODDDIV/, both of which needed a lot (!) of optimizations to get it AC within the time limit using python.