Giter Site home page Giter Site logo

gapdata / pythonwhat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datacamp/pythonwhat

0.0 1.0 0.0 2.28 MB

Functionality to write Submission Correctness Tests for Python exercises on DataCamp.

Home Page: http://pythonwhat.readthedocs.io/

License: GNU Affero General Public License v3.0

Makefile 0.06% Python 99.90% Shell 0.05%

pythonwhat's Introduction

banner

Build Status

The pythonwhat package provides rich functionality to write Submission Correctness Tests for interactive Python exercises on the DataCamp platform. DataCamp operates with Python 3.

For a detailed guide on how to use pythonwhat, head over to the online documentation. Before, all documentation was on the wiki, but things are steadily being moved to the readthedocs format.

Visit DataCamp Teach to create your own DataCamp Python course, powered by pythonwhat.

Documentation

To generate the documentation, install pythonwhat and run..

cd docs
make html

Installation

pip3 install markdown2
pip3 install numpy
pip3 install pandas
pip3 install matplotlib
pip3 install git+https://github.com/datacamp/pythonwhat

Run tests

# install python backend (private) + required packages
sudo pip3 install boto3
sudo pip3 install bs4
sudo pip3 install h5py
cd path/to/pythonbackend
python3 setup.py install

cd /path/to/pythonwhat
python3 setup.py install
cd tests
python3 run_all.py

To disable deprecation warnings: $ export PYTHONWARNINGS="ignore"

For more details, questions and suggestions, contact [email protected].

pythonwhat's People

Contributors

filipsch avatar machow avatar vvnkr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.