/data-science

Code snippets for data acquisition and organization in data science.

Primary LanguagePython

This project contains activities and code samples for the process of acquiring and organizing information for data science.

How to Turn in Assignments

Setup

You'll need to create a repository for your assignments. You can request a discount as a student so that you can have a private repository. Otherwise, all your assignments will be publically accessible.

Once you've setup your repository, you'll want to add your instructor as a collaborator. That way they can merge your pull requests when they are graded.

The Process

  1. Create a branch of your repository for the homework and make your changes in that branch.
  2. Commit and push your changes to the branch.
  3. Create a pull request for the code you'd like to turn in.
  4. Your instructor can now view the pull request and grade the assignment.
  5. Once your instructor has graded the assignment, they can merge the pull request as a final notification.
  6. You can now delete the branch as the changes have been merged with the master.