An open API service indexing awesome lists of open source software.

https://github.com/halimath/katas

Some Code Katas written in Python
https://github.com/halimath/katas

Last synced: 3 months ago
JSON representation

Some Code Katas written in Python

Awesome Lists containing this project

README

        

Code Katas
==========

This project contains some sample solutions for code katas written in different programming languages.
I do these katas regularly to improve my way of writing code by doing test driven development, changing only one
piece at a time (baby steps) or doing interface discovery.

If you haven't heard of code katas yet, you may find this page usefull:
[http://codekata.pragprog.com/](http://codekata.pragprog.com/)

- [Python Katas](https://github.com/halimath/katas/blob/master/python/README.md)
- [Node.js Katas](https://github.com/halimath/katas/blob/master/nodejs/README.md)