Is There an Official Maintained Python Koans Repo?
This is a GitHub repository for "Python Koans," a project that uses a test-driven approach to teach Python programming through a series of failing unit tests that the learner fixes. The repository has been forked and maintained by various contributors, with the original project by Greg Malcolm.
Background
- Python Koans is a popular interactive tutorial that teaches Python through a series of failing unit tests (inspired by the "koans" concept from Zen Buddhism, adapted for coding by the Ruby Koans project). Learners fix each test to make it pass, building Python knowledge incrementally.