https://github.com/tbrlpld/kata
Repository for small programming kata projects
https://github.com/tbrlpld/kata
Last synced: 3 months ago
JSON representation
Repository for small programming kata projects
- Host: GitHub
- URL: https://github.com/tbrlpld/kata
- Owner: tbrlpld
- License: mit
- Created: 2019-10-31T01:31:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:34:42.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:15:08.437Z (3 months ago)
- Language: Python
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: change-py/.gitignore
- License: LICENSE
Awesome Lists containing this project
README
Kata
====This is a collection of small programming projects I solved to practice my programming skills.
I first learned about the Kata concept in the book [Clean Coder](https://www.amazon.com/Clean-Coder-Conduct-Professional-Programmers/dp/0137081073) by [Robert Martin](https://en.wikipedia.org/wiki/Robert_C._Martin).
Topics for coding kata can be found in this [list](http://codingdojo.org/kata/).