This is a Python port of wonderland-clojure-katas.
These are a collection of Python katas inspired by Lewis Carroll and Alice in Wonderland.
“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland
First, clone or fork this repo. Each of the katas are in their own
directory and are self contained Python projects. You cd
into the project and run ./run_tests.sh
to show the failing tests, then
complete the code to make the tests pass. Each project has the
instructions in its own README.md file.
If you don't have Python installed yet. Follow these instructions to get it.
For example, to get started on the alphabet-cipher kata first.
- Clone or Fork this repo
- cd
alphabet_cipher
- run
./run_tests.sh
- Check out the alphabet cipher instructions in the README.md.
- Add the code in the source files to make the tests pass.
Copyright © 2015 Raúl Vázquez
Copyright © 2014 Carin Meier
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.