This project contains activities and code samples for the process of acquiring and organizing information for data science.
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.
- Create a branch of your repository for the homework and make your changes in that branch.
- Commit and push your changes to the branch.
- Create a pull request for the code you'd like to turn in.
- Your instructor can now view the pull request and grade the assignment.
- Once your instructor has graded the assignment, they can merge the pull request as a final notification.
- You can now delete the branch as the changes have been merged with the master.