Skip to content

Useful helper functions for CSE 163: Intermediate Data Programming course content.

Notifications You must be signed in to change notification settings

cse163/cse163_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Useful helper functions for CSE 163: Intermediate Data Programming course content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages