Available Python modules on SoloLearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Available Python modules on SoloLearn?

Hey there! Sorry if the question has been answered before, I couldn't find it anywhere. I tried to take a look at the available python modules on this app by using: help('modules') Unfortunately, doing so results in a MemoryError, at least for me. Does everyone have this issue? Is there another way to see all the available modules and packages on the app?

13th Sep 2017, 12:26 PM
Tyzone
Tyzone - avatar
4 Answers
+ 5
Here these modules work: math random sys re As far as I know
13th Sep 2017, 12:32 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
All of the modules in the standard library work, as far as I know.
13th Sep 2017, 12:49 PM
chessmonster
chessmonster - avatar
+ 2
@Chessmonster No. For example, the graphics module turtle
13th Sep 2017, 12:55 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
Thank you very much for your answers! :)
13th Sep 2017, 12:50 PM
Tyzone
Tyzone - avatar