Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.06; 'arrays': 0.09; 'measure': 0.09; 'recruiters': 0.09; 'python': 0.11; 'candidates.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'think.': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'thu,': 0.19; 'fairly': 0.24; 'this:': 0.26; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'skills.': 0.29; "doesn't": 0.30; 'talented': 0.30; 'message-id:@mail.gmail.com': 0.30; 'bunch': 0.31; 'question:': 0.31; 'languages': 0.32; "we're": 0.32; "i'd": 0.34; 'subject:with': 0.35; 'received:google.com': 0.35; 'area': 0.37; 'nov': 0.38; 'to:addr:python-list': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'excited': 0.61; 'new': 0.61; 'hear': 0.63; 'different': 0.65; 'love': 0.65; 'finally': 0.65; 'skill': 0.68; 'skip:w 30': 0.69; 'subject:your': 0.76; 'assessments': 0.84; '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:date:message-id:subject:from:to :content-type; bh=bNcAS0UcOwZH6kt3Ogq+i7MoQbI4c4q3x2us0AhzG5U=; b=QuUC6g7uIcVM8bZZzs2d2w0xK+chsExwF4Mgaqd2kcNxwXNk7A3CycmFD9JammLuFz Y6tDWQUYFGbxOdS2LE06nAs6kPrE6QC1rlu8nF3oGGyxco4R2NLsWfXc68TblxGS2c4b ND83wdygQMvYe1bYFcigRW9uLCV1QKs4vyxakCt1lOsPOVQB3uPhK6OrG6hd+KL0P6og 2EeUo1M/0bdW7VfSaAtFOV5LgIoCTWGajjbDG9ebBrp7Vv7uPIcxXzBNFFpwJwKDXPQC WCV7g6LMPHAfurAGXoOrpSD8dCEhPy2QtgWCXn0qh22Sxryz82qih8sgfa2pM6KXiqZ9 D9VQ== MIME-Version: 1.0 X-Received: by 10.68.247.36 with SMTP id yb4mr6148451pbc.138.1383786244309; Wed, 06 Nov 2013 17:04:04 -0800 (PST) In-Reply-To: <82328ec8-7178-4a17-abfe-13d444fab9cf@googlegroups.com> References: <82328ec8-7178-4a17-abfe-13d444fab9cf@googlegroups.com> Date: Thu, 7 Nov 2013 12:04:04 +1100 Subject: Re: Show off your Python chops and compete with others From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383786254 news.xs4all.nl 15969 [2001:888:2000:d::a6]:38367 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58612 On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward wrote: > Thought this group would appreciate this: www.metabright.com/challenges/python > > MetaBright makes skill assessments to measure how talented people are at different skills. And recruiters use MetaBright to find outrageously skilled job candidates. > > Python is a new area of expertise for us. We make "Challenges" for a bunch of languages and we're excited to finally have Python released. Give it a shot -- I'd love to hear what you think. By the way, here's a fairly bad solution to your final question: array666=lambda x:b"\6\6\6" in bytes(x) Works for the given test-cases! Doesn't work with arrays at all, despite the description. ChrisA