EECS 110 : Software Resources

 

To see documentation on the provided resources, go here.

Instructions for installing Python on your own PC are here.

Instructions for installing Python on your own Mac are here.

 

 

Python Code

hw0pr1.py - An orientation module used in week 0.

csplot.py - A plotting module used in week 2.

csturtle.py - A turtle drawing module nearly identical to python's own turtle module.

csplot.py - A plotting module used in week 3, problem 2.

mimp.pyw - A module used in week 3, problem 3.

modifyBase.py - A module used in week 3, problem 3.

bmp.py - A module used for homework 4, problem 1.

csplot.py - A plotting module (different than the one above!) used for homework 5, problem 1.

vpython.org - vPython is used for project 1 (vPool).

hmc_urllib.py - A module used for web crawling in project 2 (text clouds).

pyRobot.zip - A module used for project 3 (pyRobot).

graphics32.py - A module used for project 4 (picobot).

 

 

Other

Picobot - A Java applet for Homework 0 Problems 3 and 4.

SSH Secure Shell - a program that allows you to move files between your machine and other machines; needed for project 2 (text clouds).