What's Next in Python? Jump to this section
You've learned the basics of Python and Turtle: moving the turtle, loops, variables, functions, and simple interactivity. Here are resources to help you move on.
Resources Jump to this section
-
Cool turtle projects: https://github.com/eskayML/turtle-projects
-
Python official docs: https://docs.python.org/3/
-
Turtle reference: https://docs.python.org/3/library/turtle.html
-
Continue with the Python beginner course
