Skip to content

abrown41/AutoFeedback

Repository files navigation

AutoFeedback: Assignment Checker

image

image

image

image

image

image

Check basic python exercises and provide pretty feedback

  • Free software: 3-clause BSD license

Description

AutoFeedback is a suite of python utilities for testing and providing usable feedback introductory python assignments, specifically relevant to mathematics and the use of numpy and matplotlib.

How to use AutoFeedback

AutoFeedback can be installed via pip

pip install AutoFeedback

The suite provides three basic checkers: one each for checking variables, functions and matplotlib.pyplot figures.

Installing a local version of AutoFeedback

If you want to develop AutoFeedback you can install a local version of the code.

cd <path to AutoFeedback>
pip install -r requirements-dev.txt -r requirements.txt
pip install -e .

Usage

Full usage instructions can be found here.

About

check basic python exercises with pretty feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages