EECS 110 : References

 

To see the resources referred to by this documentation, click here.

 

Book

CS for Scientists and Engineers, by C. Alvarado, Z. Dodds, G. Kuenning, and R. Libeskind-Hadas (Note: this is a preliminary draft!)

 

Course-Specific

These documentation files have been written specifically for this course:

 

Plotting commands - A quick guide to csplot.py

Turtle Commands - A quick guide to csturtle.py.

 

Python

These documentation pages cover aspects of Python.

 

Python Documentation - This has almost everything about Python in it.

Python Tutorial - This is a good tutorial for Python. It also introduces many useful functionalities fairly quickly, which a wade through the library reference would not do.

Vpython Documentation - This page documents vpython.

 

Other

Colors - Explains how to easily use colors in Python (used for Assignment 2 and Lab 3)