Skip to content

WLazar/DAT6_HW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Template repo for Homework

Naming Standards:

  1. Repos shall be named DAT6_(two or three letter initials - ALL CAPS)
    DAT6_DSS

  2. Folders shall be named after the week the homework was assigned (with a two digit number)
    Week03

  3. Homework assignment shall be named according to the following format:
    DS_HW(two digit class number).ipynb

    e.g. this is the homework that was assigned during class #3
    DS_HW03.ipynb
    e.g. this is the homework that was assigned during class #4 with an optional description:
    DS_HW04-API.ipynb

IPython Notebook Guidelines:

  1. Only cells necessary to the assignment shall be included.
    (You may start with a copy of the lab, but then before submission the superfluous cells shall be removed)

  2. Any configurations (database, credentials, etc shall be defined in the first possible cell)
    (e.g. the enron database is opened in the first cell)

About

Template for Homework submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published