Skip to content

CornellDataScience/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-workshop

Goal

Complete specified functions with your team as fast as possible to beat out the competition!

Run tests via python -m unittest competition/test_code.py

Competition Rules

  1. You can ask for help at any point in time.
  2. You must make one commit and push every time you implement a function. Commit messages must be detailed to the point of "implemented [function name]".
  3. You cannot rename any functions, change the tests, or create extra files. You can create helper functions and classes if that helps.
  4. You cannot import any packages that are not already imported.
  5. Your final script must pass all test cases running make test.
  6. You cannot use AI to assist writing your code. Please disable co-pilot. You must write the code yourself.
  7. You can only reference Python documentation.
  8. You cannot use tools like LiveShare to simultaneously code on one computer, you must use GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages