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?
4 Réponses
+ 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.
+ 5
Hey @Kuba...
https://code.sololearn.com/WTj6PC3737Cd/?ref=app
+ 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!
+ 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.