Skip to main content

check basic python exercises with pretty feedback

Project description

AutoFeedback: Assignment Checker

https://img.shields.io/travis/abrown41/AutoFeedback.svg https://img.shields.io/pypi/v/AutoFeedback.svg

check basic python exercises with pretty feedback

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. You can then create a local wheel file by running the command:

python setup.py sdist bdist_wheel

The whl file to install AutoFeedback is then created in a directory called dist. To install your version of AutoFeedback in place of the default you then do:

pip uninstall AutoFeedback pip install dist/AutoFeedback-<version>-py3-none-any.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AutoFeedback-0.1.22.tar.gz (39.5 kB view hashes)

Uploaded Source

Built Distribution

AutoFeedback-0.1.22-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page