Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.094 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'subject:Python': 0.06; 'mostly': 0.14; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'unlikely': 0.16; 'wrote:': 0.18; "hasn't": 0.19; 'select': 0.22; "aren't": 0.24; 'precise': 0.24; 'web.': 0.26; 'header:In-Reply- To:1': 0.27; 'said,': 0.30; 'accidentally': 0.31; 'dawn': 0.31; 'development.': 0.33; 'noticed': 0.34; 'subject:with': 0.35; 'test': 0.35; 'there': 0.35; 'much.': 0.36; 'doing': 0.36; 'charset:us-ascii': 0.36; 'too': 0.37; 'button': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'radio': 0.60; 'most': 0.60; 'email addr:gmail.com': 0.63; 'pick': 0.64; 'subject:your': 0.76; 'click': 0.77; 'jest': 0.84; 'quizzes': 0.84; 'received:50.22': 0.84 Date: Thu, 7 Nov 2013 13:30:57 -0600 From: Tim Chase To: python-list@python.org Subject: Re: Show off your Python chops and compete with others In-Reply-To: <7299f4a1-56a6-4b18-9630-af1e179f5faf@googlegroups.com> References: <82328ec8-7178-4a17-abfe-13d444fab9cf@googlegroups.com> <7299f4a1-56a6-4b18-9630-af1e179f5faf@googlegroups.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383852564 news.xs4all.nl 15943 [2001:888:2000:d::a6]:37868 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58695 On 2013-11-07 11:02, jskirst@gmail.com wrote: > it's unlikely we'll ever be able to pull out javascript as it > limits interactivity too much. It was mostly in jest as it's one of the things I test when doing web development. That said, the quizzes are mostly just HTML forms where you pick the answer with a radio button and click the [next] button. There's not much interactivity there that hasn't been around since the dawn of the web. Additionally, I noticed that if I accidentally select an answer (laptop track-pads aren't the most precise pointing devices), there was no readily-apparent way to change/fix it before hitting [next]. -tkc