Skip to content

BatuhanSA/assignments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignments

These are the assignments for CSE240 at UCSC. They are:

Installing the Autograder package

Install the autograder with pip3 install autograder-py on the command line.

Submitting and using the Autograder in CSE 240

Make sure that the autograder is installed on your local machine by typing: python3 -m autograder.cli. If you see the --help option:

python -m autograder.cli
The autograder CLI package contains several tools for interacting with the autograder.
The following is a non-exhaustive list of CLI tools.
Invoke each command with the `--help` option for more details.

Using the autograder

The autograder command line interface (cli) is documented. As a student in the class, the main commands you will use are:

  • python3 -m autograder.run.submit: this will submit an assignment for a particular class and assignment.
  • python3 -m autograder.run.peek: this will show you your last submission
  • python3 -m autograder.run.history: this will show a summary of all your past submission

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%