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
- Host: GitHub
- URL: https://github.com/halimath/katas
- Owner: halimath
- Created: 2011-03-20T12:07:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T19:31:24.000Z (over 12 years ago)
- Last Synced: 2025-01-22T03:27:52.312Z (4 months ago)
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)