Why is the code playground getting stupid day by day? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why is the code playground getting stupid day by day?

Only a few days ago we could even install external modules. But now we can't even use the built-in help function of python. Is web scraping too hard for the interpreter? But these worked before the last update. šŸ˜” Has the power of the code playground suddenly gone so down?

3rd Dec 2019, 4:10 PM
Ishmam
Ishmam - avatar
5 Answers
+ 2
Maybe they have changed something then, I don't know. If they have, it could be an attempt to improve stability of their server. Try giving feedback and see what they say.
3rd Dec 2019, 5:21 PM
Russ
Russ - avatar
+ 1
Ok, so the problem I'm getting with that is that the docstring of the numpy module is huuuuge. I tried it on Pythonista and I gave up trying to even scroll back to the top of it. This could explain why SoloLearn wouldn't try and print anything. Try with the following: import numpy print(dir(numpy)) help(numpy.ndarray) print(dir(numpy)) shows you the methods contained within the module. help(...) shows you the help for one method that I just picked out. Hope that works for you.
3rd Dec 2019, 4:51 PM
Russ
Russ - avatar
+ 1
Russ I agree to you. But you can check out some codes which worked before but doesn't work now. All of them are maybe a bit much cpu extensive. But they worked before. Doesn't it prove that the power of the code playground has got down? Some examples: https://code.sololearn.com/cZRDSBl7GfnR/?ref=app https://code.sololearn.com/cd07RfnY1zCk/?ref=app
3rd Dec 2019, 5:09 PM
Ishmam
Ishmam - avatar
0
What method are you looking for help on? It seems to be working for me.
3rd Dec 2019, 4:31 PM
Russ
Russ - avatar
0
Russ I tried to get help on the numpy module.
3rd Dec 2019, 4:41 PM
Ishmam
Ishmam - avatar