Is there a blog/forum/listserv that is equivalent to RubyQuiz.com for the Python language?
+2
A:
How about the Python Challenge?
It isn't a weekly challenge, more a fixed set of challenges of increasing difficulty but it is fun and educational none-the-less. A great way to get to know python and have fun solving puzzles. Try to do them yourself without cheating to get the most out of it!
Nick Craig-Wood
2009-12-05 09:01:04
Good find. Sorry for the late thank you. :)
zilbo79
2009-12-09 03:41:08
A:
At the risk of stating the obvious, why not just do the rubyquiz examples in python. Those exercises as well as others aren't tied to a language - you're just as well off just doing projecteuler problems in python rather than searching for python-specific puzzles. A puzzle is a puzzle a language is just a tool to solve it.
dagoof
2009-12-05 16:49:24
Thanks. I would've liked to have seen the available solutions but I find Project Euler interesting too.
zilbo79
2009-12-09 03:42:51