Login Register






The Python Challenge filter_list
Author
Message
The Python Challenge #1
For those of you who aren't aware, there is a pretty interesting site that gives you a fun way to practice Python. It is called the Python Challenge. It's basically a series of riddles that also require some Python programming to solve. It is similar to notpr0n in many ways, but obviously has a Python focus.

So give it a shot, see how far you can make it. It gets pretty challenging quickly!

Reply

The Python Challenge #2
For those of you who aren't aware, there is a pretty interesting site that gives you a fun way to practice Python. It is called the Python Challenge. It's basically a series of riddles that also require some Python programming to solve. It is similar to notpr0n in many ways, but obviously has a Python focus.

So give it a shot, see how far you can make it. It gets pretty challenging quickly!

Reply

RE: The Python Challenge #3
I don't really see how that can have anything to do with Python?

Reply

RE: The Python Challenge #4
I don't really see how that can have anything to do with Python?

Reply

RE: The Python Challenge #5
(11-24-2013, 10:12 PM)Anima Templi Wrote: I don't really see how that can have anything to do with Python?

Im assuming the point is to use python to get the results. However im sure any language could be used. Someone just obviously has an unhealthy obsession with python... Smile

Reply

RE: The Python Challenge #6
(11-24-2013, 10:12 PM)Anima Templi Wrote: I don't really see how that can have anything to do with Python?

Im assuming the point is to use python to get the results. However im sure any language could be used. Someone just obviously has an unhealthy obsession with python... Smile

Reply

RE: The Python Challenge #7
(11-24-2013, 10:28 PM)Geoff Wrote:
(11-24-2013, 10:12 PM)Anima Templi Wrote: I don't really see how that can have anything to do with Python?

Im assuming the point is to use python to get the results. However im sure any language could be used. Someone just obviously has an unhealthy obsession with python... Smile
Although you can use any language, some of the riddles are more tailored to make use of Python modules. For example, one of them deals with serialization and is solved easily using the Python pickle module.

Reply

RE: The Python Challenge #8
(11-24-2013, 10:28 PM)Geoff Wrote:
(11-24-2013, 10:12 PM)Anima Templi Wrote: I don't really see how that can have anything to do with Python?

Im assuming the point is to use python to get the results. However im sure any language could be used. Someone just obviously has an unhealthy obsession with python... Smile
Although you can use any language, some of the riddles are more tailored to make use of Python modules. For example, one of them deals with serialization and is solved easily using the Python pickle module.

Reply