pythonwhat
pythonwhat copied to clipboard
Verify Python code submissions and auto-generate meaningful feedback messages.
Update to Python3.10 Bump numpy, scipy, h5py versions
move distributions key to the right place. @TimSangster
There is a small error on the parameter description of: https://pythonwhat.readthedocs.io/en/latest/reference.html#pythonwhat.checks.check_wrappers.check_function_def - state isn't explained - index has the wrong description
- Fix pythonwhat is_instance documentation to mention inst needs to be passed as a string.
### Ticket Link to ticket: https://datacamp.atlassian.net/browse/CX-1183 ### What has been done - Remove code for v1 scts (`test_`) ### Todo - [ ] clean up sct_syntax file - [ ]...
### Ticket Link to ticket: https://datacamp.atlassian.net/browse/CX-1204 ### What has been done - Allow adding `()` to a the name argument for `check_function` to differentiate between checking a call and a...
Hello! Just recently stumbled across this project in conjunction with datacamp-light, and I'm really keen to incorporate into some online assignments for my students. However, I'm having trouble using `check_function()`...
Hello DC Team, I am looking for creating a test based on the line of the code. As an example, I want to verify if a user puts a comment...
Checking that two numbers are equal within a specified tolerance is currently a bit clunky and prone to error. See this example of it being done wrong. https://github.com/datacamp/courses-statistical-simulation-in-python/pull/106#pullrequestreview-234160761 Having a...