Show off your Python chops and compete with others

Chris Angelico rosuav at gmail.com
Wed Nov 6 20:04:04 EST 2013


On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward
<nathanielsokollward at gmail.com> 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



More information about the Python-list mailing list