Check basic python exercises and provide pretty feedback
- Free software: 3-clause BSD license
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.
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.
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 .
Full usage instructions can be found here.