Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.04; 'python.': 0.05; '2.7': 0.05; '2.x': 0.05; 'beginners': 0.05; 'instance,': 0.05; '3.2': 0.07; 'formed': 0.07; 'terry': 0.07; 'python': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'variables.': 0.09; 'pm,': 0.11; 'wrote:': 0.14; '"and': 0.16; '3.2,': 0.16; 'game"': 0.16; 'reedy': 0.16; 'url:blip': 0.16; 'jan': 0.22; 'header:In-Reply- To:1': 0.22; 'loop': 0.22; 'similar,': 0.23; 'tasks': 0.26; "i'm": 0.26; 'instead': 0.26; 'tried': 0.27; '"the': 0.28; 'noticed': 0.29; '"in': 0.31; 'later.': 0.31; 'perhaps': 0.32; 'to:addr :python-list': 0.32; 'page': 0.33; 'chosen': 0.33; 'using': 0.34; 'header:X-Complaints-To:1': 0.34; 'there': 0.35; 'header:User- Agent:1': 0.35; 'tasks.': 0.35; 'think': 0.36; 'case,': 0.36; 'report': 0.37; 'else': 0.37; 'some': 0.37; 'it?': 0.37; 'page:': 0.37; 'should': 0.37; 'but': 0.38; 'pretty': 0.38; 'received:org': 0.38; 'anything': 0.38; 'help': 0.39; 'to:addr:python.org': 0.39; 'header:Mime-Version:1': 0.39; 'solution': 0.40; 'would': 0.40; "it's": 0.40; 'header:Received:5': 0.40; 'might': 0.40; 'learn': 0.60; 'bottom': 0.60; 'best': 0.60; 'choose': 0.61; 'video': 0.61; 'order': 0.61; 'link': 0.62; 'spend': 0.63; 'details': 0.64; 'legal': 0.64; 'fall': 0.65; 'here': 0.65; 'home': 0.67; 'offering': 0.72; 'peoples': 0.73; 'click': 0.77; 'competition': 0.78; 'alexander': 0.84; 'alternative.': 0.84; 'manuals': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python competitions and learnings Date: Sat, 30 Apr 2011 17:29:16 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 47 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304198970 news.xs4all.nl 41102 [::ffff:82.94.164.166]:51157 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4371 On 4/30/2011 3:22 PM, Alexander Lyabah wrote: > I spend a lot of time in writing a new service checkio.org > > It's all about python, learn python, find the best solution in > python. > > And Im looking for feedback from peoples who best in python. Here I > make some video tutorial about this service http://checkio.blip.tv/ > > What do you think about it? Pretty impressive. My main disappointment is that you are using 2.7 instead of 3.2, as I feel that beginners should learn Py 3 now. Also, that is what I routinely use ;-). In any case, the home page should say Python 2.7, not just Python, I had to think to click Console Learn in order to find out what would be legal when I tried out one of the tasks. You might consider offering 3.2 as an alternative. Solutions will be similar, but details differ. For instance, I noticed that one solution to 'string split' *depends* on the 2.x leaking of listcomp loop variables. > I'm also have a not a very good English, so I need help with it too, > because some parts of checkio.org not in very well English Home page: "In the descriptions of this tasks there is always information from manuals and tutorials," 'these tasks' "game.Choice a game " => "game. Choose a game " "users. Choice a game" => again, 'Choose' "and fall into the top " I think you mean "and climb into the top " "programs on arena. " => "program in the arena. " "By the result of competition formed top of the game. " This is unclear. perhaps "The best will be chosen by the result of the competition." I see a mailto: link at the bottom of the page, so I will report anything else I see later. -- Terry Jan Reedy