What is Python And Turtle Graphics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Python And Turtle Graphics?

SL really didn't mentioned Turtle Graphics,but you can actually import it to your .py files.However,how to use turtle graphics?Does it affects the GUI?

29th May 2017, 3:06 PM
10138
10138 - avatar
4 Answers
+ 6
You can't use it in Sololearn, unfortunately. Turtle is Python's graphic module where you draw by moving the current cursor position ("the turtle") and drag it across the canvas by using lines, points, rotation and such. Not really a useful stuff, I think, but gives you an idea on how to manipulate more advanced GUIs, too.
29th May 2017, 3:19 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
2nd Jun 2017, 3:17 AM
Kirk Schafer
Kirk Schafer - avatar
+ 5
@Kirk I was thinking of the same, just didn't know there is actually a website with possibility to run it in SL! 😊 Great, thanks!
2nd Jun 2017, 5:33 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 3
It also has a few extra modules (numpy, matlab plot, processing)...and supports ANSI color. I posted a few...the VPython (3D glowscript) one doesn't even need a frame...I just thought a browser IDE to edit Python right there was more interesting.
2nd Jun 2017, 5:47 AM
Kirk Schafer
Kirk Schafer - avatar