Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54504

Re: building an online judge to evaluate Python programs

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <jabba.laci@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'receives': 0.04; 'output': 0.05; 'subject:Python': 0.06; 'method.': 0.07; 'false,': 0.09; 'cc:addr:python-list': 0.11; 'exercise:': 0.16; 'received:209.85.214.50': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'subject:programs': 0.31; 'url:python': 0.33; 'fri,': 0.33; 'received:209.85': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'received:209': 0.37; 'pm,': 0.38; 'either': 0.39; 'url:mail': 0.40; 'interested,': 0.61; 'subject:online': 0.61; 'simple': 0.61; 'to:addr:gmail.com': 0.65; 'here': 0.66; '20,': 0.68; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=edTHu3w9W6dxc8HJcwEvG1p8ySTClHLuqnnInBYSinU=; b=CMtokLGfwIJEaacC0wWd4l7AVeWxpqIAXuDiJ7wTab21eO+YrLN3ZIffAu1nKGS43v TfxbkQb3OcB06e4LfkXm0QUV69cn3ifKdB3oApV2uh5IY3uI4IVIuGmSbEOdUpF0OtN3 4QgIq926960FqSNziyIU9MElVbXTOjktTRhaq73xkxWDv9AC43LRb6mEhKLce+6AdjZT KLR7IX5qPJWEyjvj8lM3Pat+JSdTRlKm1PS+1vKYOlf4tTzBJvqdT3TAaR1BaKrq2O5n Zx43NtF1Jf/+9btSfnFt5mZ1mqEL0SWgzG2J6Pp/9mKA3MQ0Zz5ta5u/8Pfty/flsfBS X5dA==
X-Received by 10.205.10.132 with SMTP id pa4mr6315509bkb.15.1379701832188; Fri, 20 Sep 2013 11:30:32 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <bc7ecd73-818c-411e-86d1-0743c1255476@googlegroups.com>
References <mailman.195.1379698177.18130.python-list@python.org> <bc7ecd73-818c-411e-86d1-0743c1255476@googlegroups.com>
From Jabba Laci <jabba.laci@gmail.com>
Date Fri, 20 Sep 2013 20:30:12 +0200
Subject Re: building an online judge to evaluate Python programs
To Aseem Bansal <asmbansal2@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python mailing list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.196.1379702349.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379702349 news.xs4all.nl 15874 [2001:888:2000:d::a6]:59584
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54504

Show key headers only | View raw


Let's take this simple exercise:

"Write a function that receives a list and decides whether the list is
sorted or not."

Here the output of the function is either True or False, so I cannot
test it with my current method.

Laszlo

On Fri, Sep 20, 2013 at 7:57 PM, Aseem Bansal <asmbansal2@gmail.com> wrote:
>>However, it can only be used with programs that produce an output
>
> Just interested, what else are you thinking of checking?
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

building an online judge to evaluate Python programs Jabba Laci <jabba.laci@gmail.com> - 2013-09-20 19:28 +0200
  Re: building an online judge to evaluate Python programs Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 10:57 -0700
    Re: building an online judge to evaluate Python programs Jabba Laci <jabba.laci@gmail.com> - 2013-09-20 20:30 +0200
      Re: building an online judge to evaluate Python programs John Gordon <gordon@panix.com> - 2013-09-20 19:34 +0000
        Re: building an online judge to evaluate Python programs Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-22 12:53 -0400
  Re: building an online judge to evaluate Python programs John Gordon <gordon@panix.com> - 2013-09-20 20:08 +0000
    Re: building an online judge to evaluate Python programs Jabba Laci <jabba.laci@gmail.com> - 2013-09-21 00:26 +0200
    Re: building an online judge to evaluate Python programs Ned Batchelder <ned@nedbatchelder.com> - 2013-09-20 18:46 -0400
    Re: building an online judge to evaluate Python programs Ned Batchelder <ned@nedbatchelder.com> - 2013-09-21 16:29 -0400
    Re: building an online judge to evaluate Python programs Jabba Laci <jabba.laci@gmail.com> - 2013-09-21 21:57 +0200

csiph-web