Code Monkey home page Code Monkey logo

pts2's Introduction

Python Testing Suit 2.0

What is it?

It is simple browser powered system for testing python programs.

General purpose

General purpose is education in schools or colleges.

abilities

Writing problems which will be able to be solved in python 3

How to use it?

Just run main.py and after should be opened your browser with catalog of tasks. Click on required task, next you will see page with description of task and text area for code. Just write solution in python into this text area and click on "Check Solution". in block at bottom will appear text "OK" if solution is right, "FAIL" if it is wrong and "ERROR" if server got an exception.

What if I want to make a link to required task (on desktop, for example)?

copy code below and paste link to task instead of <task_link>, next paste it into link path (for Windows)

py %CURRENTUSER%/AppData/pts2/server.py & <task_link>

for linux, copy code below, replace link and create on desktop file "TaskName.desktop"

[Desktop Entry]
Type=Application
Name=TaskName
Exec=python3 ~/.pts2/server.py & <task_link>
Terminal=false
Icon=~/.icons/pts2task.png

pts2's People

Contributors

vivavy avatar

Stargazers

Seem 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.