Can we use python module in sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Can we use python module in sololearn

Plz tell me as soon as possible

19th Oct 2021, 1:12 PM
Vaibhav
Vaibhav - avatar
15 Answers
+ 11
Because I want to make a python program with module
19th Oct 2021, 2:44 PM
Vaibhav
Vaibhav - avatar
+ 10
But some module is not working like turtle
19th Oct 2021, 4:08 PM
Vaibhav
Vaibhav - avatar
+ 10
What are the some module which are available And how to install module Simon Sauter
19th Oct 2021, 5:18 PM
Vaibhav
Vaibhav - avatar
+ 9
Mainly how can we use subprocess module in sololearn
19th Oct 2021, 1:13 PM
Vaibhav
Vaibhav - avatar
+ 2
Not sure what turtle module does, but I checked and each instance of code is run inside a docker container so if you are trying to do something networking or administration related, it’s possible this is why it isn’t working.
19th Oct 2021, 4:12 PM
Bowser
Bowser - avatar
+ 1
why?
19th Oct 2021, 2:43 PM
Bowser
Bowser - avatar
+ 1
Haven't tried but if it doesn't work, try using QPython
19th Oct 2021, 2:44 PM
Anthony Aromin
Anthony Aromin - avatar
+ 1
I was just using from copy import deepcopy This is working
19th Oct 2021, 3:06 PM
Coding Cat
Coding Cat - avatar
+ 1
import subprocess subprocess.call(["ls", "-l"]) Is also working
19th Oct 2021, 3:21 PM
Coding Cat
Coding Cat - avatar
+ 1
Some modules are available, some can be installed, some won't work.
19th Oct 2021, 5:17 PM
Simon Sauter
Simon Sauter - avatar
+ 1
There's a way to use the turtle module. Use the search function to find information on how to do it.
19th Oct 2021, 5:18 PM
Simon Sauter
Simon Sauter - avatar
+ 1
I rarely use the code playground, but you should be able to find all the necessary information using the search function.
19th Oct 2021, 5:21 PM
Simon Sauter
Simon Sauter - avatar
+ 1
To get a list of all pre-installed modules you can go to the code playground, create a new python document and run this line of code: help("modules")
21st Oct 2021, 7:24 PM
Simon Sauter
Simon Sauter - avatar
0
Yes
19th Oct 2021, 11:49 PM
underscore
underscore - avatar
21st Oct 2021, 6:58 AM
Arthur Zzekron 8