Python Resources

Updated on Feb 5 2022

Python Resources

Deborah R. Fowler



Turtle Graphics

Posted on Aug 29  2018
Updated April 15  2021

Please note that the embedded videos will no longer play on IE or if the pdf is downloaded.
Chrome and Firefox do not supported embedded videos.
For your convenience the videos have been added as gifs below the pdf.

After reviewing this section see also additional examples

Sample code as well as the gifs from the presentation slides are provided below

01_PPTprintHello.py
02_PPTsquare.py
03_PPTsquareLoop.py
04_PPTsquareWhileLoop.py
05_PPTsquareFunction.py
06_PPTsquareFunctionParms.py
07_PPTsquareFunctionParmsVar.py

NOTE: You are not required to work in IDLE, you may work in geany on linux as later in the quarter you will have to be familiar with linux.

Turtle Square
MISSING
        GIF

Turtle Loop
MISSING GIF

Turtle Nested Loop and IDE File
MISSING GIF

HOMEWORK:


Dropbox.com is where you will hand in your files. For Dailies exercises they will be contained in a Dailies folder you create and will follow the naming convention of FirstnameTopic. So for your snowman:

Please place your python file into dropbox.com in your Dailies folder where you put your FirstnameInitials.py

Inside Dailies create a folder and name it FirstnameSnowman. In that folder will be:

Dailies exercises are working toward gaining the skills needed for the more formal exercises, 1-4 and those will follow the submission guidelines as specified on the exercise handout.



If you get stuck, you might want this video on a simple snowman useful (vimeo link below, also on youtube):

Hints:

Additional example files