This package contains useful methods for CSE 163: Intermediate Data Programming.
The most commonly used functions for students will be
from cse163_utils import download
download("earthquakes.csv")
and
from cse163_utils import assert_equals
assert_equals(4, my_function("abc"))
Find out more:
- Book: https://cse163.github.io/book/#
- Course Website: cs.washington.edu/163
- Source code: https://github.com/cse163/cse163_utils