No project description provided
Project description
pythonwhat
pythonwhat enables you to write Submission Correctness Tests (SCTs) for interactive Python exercises on DataCamp.
- If you are new to teaching on DataCamp, check out https://authoring.datacamp.com.
- If you want to learn what SCTs are and how they work, visit this article specifically.
- For a complete overview of all functionality inside
pythonwhatand articles about what to use when, consult https://pythonwhat.readthedocs.io.
Documentation
To generate the documentation, install pythonwhat and run..
cd docs
make html
Installation
pip install git+https://github.com/datacamp/pythonwhat
Run tests
Use Python 3.5
# install packages used in tests (should be reduced)
pip install -r requirements.txt
# install pythonbackend (private, for now)
cd path/to/pythonbackend
python3 setup.py install
# install pythonwhat
cd /path/to/pythonwhat
pip install -e .
pytest
To disable deprecation warnings: $ export PYTHONWARNINGS="ignore"
For more details, questions and suggestions, contact learn-engineering@datacamp.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pythonwhat-2.11.0.tar.gz
(52.1 kB
view details)
File details
Details for the file pythonwhat-2.11.0.tar.gz.
File metadata
- Download URL: pythonwhat-2.11.0.tar.gz
- Upload date:
- Size: 52.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0feef7efd5236a865f64b116f9674316f0292cf6fdcd54d0fe95399d2e57fb55
|
|
| MD5 |
b19daa0944975e67684ea9e99c5835bf
|
|
| BLAKE2b-256 |
5eb5338eec80bac464d0708bf9c1f5585854ffa56ce3cf4a2dd2078d68c2afd3
|