I created an a program using python\'s turtle graphics that simulates tree growth in a forest. There\'s 3 tree patterns that are randomly chosen, and their starting coordinates and angles are randomly
I am generating diagrams in Turtle, and as part of my program, I identify certain coordinates from my diagrams. I would like to be able to hide the complete turtle window, since I only care about the
I am creating diagrams with the turtle package in Python, and it is successful to some extent, except for one problem. Once turtle generates the diagram that I have in code, it causes the program t开发
Starting the Open Book on Python 3.1 import turtle #this yields an error from importing tkinter Script:
I have a small python script which draws some turtle graphics. When my script has finished running, the turtle screen automatically closes, so to be able to see the graphics for a while I have to use
world! In turtle graphics in python, there\'s possible to create various Turtle objects and manipulate them with their methods, forward, backward... I wanted to experiment with threads so I wrote a th
I\'ve installed ActivePython 3.1 and ran IDLE with -n parameter as required by the turtle module in documentation. However when I try to use it with call such as turtle.postion(), new windows is opene
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I want to make diagrams with python\'s turtle (teaching purposes). The label \"values\" for the y-axis should be rotated.
I have a python program that is essentailly made up of turtle graphics, and it is basically asking the user how many squares to draw, and then after each square, it adds 1 to a counter using: