Week 2: September 9 - 11

We continue our introduction to Python, and begin to create graphs in IPython Notebook.

Week 2 Notebook

IPython Notebook

Python

Weekly Reports


Quiz 1

Sample Quiz 1

Assignment 1: Pythagorean Triples

Pythagorean triples are positive integer solutions (a, b, c) to the equation a2 + b2 = c2. "Primitive Pythagorean Triples" are those for which a, b, and c are relatively prime (have no common divisor greater than 1).

Activity:

Tools: