Python Koans
Python What?
Inspired by the Ruby Koans, the Python Koans are a series of programming exercises that aim to illustrate and teach the Python programming language. Each koan is a unit test that need to be fixed in order to demonstrate understanding of the concept it presents.
Code & Stuff
We’re just getting started, so there’s not a lot of code yet. We’ll probably be “borrowing” a lot from our Ruby friends since both languages share many of the same concepts.
The source is available at http://bitbucket.org/mcrute/python_koans/; clone it and feel free to help out!