Slashdot Mirror


PythonChallenge - an Amusing Way to Explore Python

thesamet writes "The Python Challenge is a set of riddles that require a little bit of Python programming to be solved. The purpose of the riddles is to provide an entertaining way to explore the Python programming language. The challenge was started late in April this year and it is starting to gain popularity in the Python community. What people love most about the challenge is that it makes them poke in Python's module library and discover new things. It truly demonstrates the great power of Python's included 'batteries.' The riddles are designed to be solvable by Python beginners, but yet are challenging even to experienced Python programmers. The first few riddles are very easy, but it gradually becomes more and more challenging. Many people reported that playing the challenge is highly addictive and it is great fun. The site also features discussion forums where users can ask for hints. Additionally, after solving a riddle, its solution is available in a wiki form."

3 of 43 comments (clear)

  1. not to nitpick here by Naikrovek · · Score: 4, Funny

    but where's the perl version?

    python is ugly and unreadable.

  2. yeah, that... by InsaneCreator · · Score: 4, Funny

    Many people reported that playing the challenge is highly addictive and it is great fun.

    It's even more addictive and fun to express solutions as perl one-liners. :)

    1. Re:yeah, that... by Anonymous Coward · · Score: 1, Funny

      Yeah, like:

      exec("perl -e '...'")