Socket
Book a DemoInstallSign in
Socket

cse163-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cse163-utils

Useful helper functions for CSE 163: Intermediate Data Programming course content. https://cse163.github.io/book/

pipPyPI
Version
0.1.2
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts