Python Turtle Graphics

Sample Programs


Python turtle graphics is a very interesting module in python in which you can draw using a pen, or turtle in python. It is a popular way of introducing programming to kids. It is similar to using the pen extension in scratch, but more efficient. This module, combined with for loops can create outstanding results! This site contains a few python programs that use python turtle graphics. Have fun trying them out!



Sine-Circles


This program draws a pattern with circles with their radii following the path of a sine wave.


Rhombus art


A stunning pattern with rhombuses and circles


Spiral Kholams


Specify the angle and this programs draws a kholam. There is also an option to enable circles in the output.



Rectangle art


This is a splendid pattern created using only rectangles of different sizes. The length-breadth combinations can be changed to create different patterns.



Triangle art


The same pattern as the previous; but with triangles!











We are always looking for more turtle programs.


If you want to have your python turtle graphics program added to this website,

click here



Copyright Keshav and Others, 2019



.All data on this site is free. Viewers can submit revisions of this site to the administrator for later use.
This site does not contain copyrighted material.

Home