Forum Archive

Turtle module speed of turtle

EggerDaniel

I just discovered that the turtle module is also supported in the app.
I discovered an old book in the library Turtle Geometry which looks very interesting and I want to work through it with Pythonista.

After my first experiment I discovered that the Turtle moves very slowly in Pythonista. Is there a way to speed it up?

Webmaster4o

The Pythonista turtle module is rewritten completely from the desktop module, so I don't know if there's complete feature parity, but in the desktop module I think you can use turtle.speed(0). Give it a try and let me know.