Exercises - Graphics

profileAmeer also of
qr.pdf

References: http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html http://mcsp.wartburg.edu/zelle/python/graphics/graphics/

http://mcsp.wartburg.edu/zelle/python/sigcse-slides.pdf (pages 66 to 85)

1. Write a program in Python to draw a blue triangle in a drawing window.

2. Write a program in Python that moves the triangle in an animated movement.

3. Write a program in Python to draw a simplified face.

4. Write a program in Python that moves the simplified face in an animated movement.

5. Optional work – Explain the logic that you would use to draw the drawing in page 80 of http://mcsp.wartburg.edu/zelle/python/sigcse-slides.pdf

6. Optional work – Find an Adobe Illustrator file containing the points of your favorite cartoon character and write a program in Python to read the file and draw it.