How to install python modules like import turtle? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to install python modules like import turtle?

Python module is not installing

15th Jan 2023, 9:21 AM
Mohd Kaif
Mohd Kaif - avatar
13 Answers
+ 2
Python playground not support turtle module and some more gui module. You can use web playground like : https://www.sololearn.com/discuss/3045743/?ref=app https://www.sololearn.com/discuss/3059831/?ref=app how to import modules : https://www.sololearn.com/discuss/3029463/?ref=app
15th Jan 2023, 9:28 AM
Jayakrishna 🇮🇳
+ 2
Message activation takes at least 21days Or 3weeks from the sign up.. Need to wait till then.. Keep continue learning...
15th Jan 2023, 9:44 AM
Jayakrishna 🇮🇳
+ 1
About What else ? Mohd Kaif Python playground not support turtle module and some more gui module. You can use web playground like : edit:@ https://code.sololearn.com/cp62Eh8KD67e/?ref=app https://www.sololearn.com/discuss/3045743/?ref=app https://www.sololearn.com/discuss/3059831/?ref=app
15th Jan 2023, 9:32 AM
Jayakrishna 🇮🇳
+ 1
I created account almost 5 months ago my account is not active
15th Jan 2023, 9:45 AM
Mohd Kaif
Mohd Kaif - avatar
+ 1
You can Continue this in separate thread.. Oh. Then, are you not able to Message any one? Mailto: info@sololearn.com
15th Jan 2023, 9:48 AM
Jayakrishna 🇮🇳
+ 1
To install a Python module, you can use the pip package manager, which is included with Python. To install the turtle module, you can open a command prompt or terminal and type in: pip install turtle This will install the turtle module and make it available for use in your Python scripts. Alternatively, you can use the ! before the command if you are running the command in Jupyter Notebook. !pip install turtle You can also use the Anaconda Prompt if you are using Anaconda distribution. conda install -c anaconda turtle Make sure that you have the latest version of pip and python to avoid any issues during installation.
16th Jan 2023, 2:30 PM
Shah Fahad
Shah Fahad - avatar
0
Plz rell
15th Jan 2023, 9:30 AM
Mohd Kaif
Mohd Kaif - avatar
0
Can i install any other python modules
15th Jan 2023, 9:33 AM
Mohd Kaif
Mohd Kaif - avatar
0
Mohd Kaif Yes. Any other except GUI support modules... All other, almost you can import. The links I mentioned has sample codes how to import modules as well as how to use turtle module here as by using web playground usage..
15th Jan 2023, 9:37 AM
Jayakrishna 🇮🇳
0
Yes it is very easy. Just download pip for python. Go to file where pip is installed! You need to find a "pip.exe" file. And there, open cmd, then type: Pip.exe install turle.
16th Jan 2023, 6:34 PM
Haris
0
Chack on google
17th Jan 2023, 4:33 AM
Anwar Ali
Anwar Ali - avatar
0
To install turtle module you can use the following command mostly it is pre installed in systems pip install turtle If you are looking for online python turtle compiler then use this: https://pythondex.com/python-turtle-compiler
23rd Oct 2023, 9:49 AM
Jarvis Silva
Jarvis Silva - avatar
- 1
How to activate account for massage
15th Jan 2023, 9:36 AM
Mohd Kaif
Mohd Kaif - avatar