https://github.com/tomasberanek/codewars-python-solutions
A collection of solved Codewars kata (programming challenges) implemented in Python.
https://github.com/tomasberanek/codewars-python-solutions
codewars codewars-python codewars-solutions katas-collection python
Last synced: 5 months ago
JSON representation
A collection of solved Codewars kata (programming challenges) implemented in Python.
- Host: GitHub
- URL: https://github.com/tomasberanek/codewars-python-solutions
- Owner: TomasBeranek
- License: mit
- Created: 2025-05-13T15:59:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T16:16:31.000Z (5 months ago)
- Last Synced: 2025-05-13T17:26:43.890Z (5 months ago)
- Topics: codewars, codewars-python, codewars-solutions, katas-collection, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codewars Python Solutions
A collection of solved Codewars kata (programming challenges) implemented in Python.
## 📂 Repository Structure
- `solutions/`
- `8kyu/`
- `example.py` – Assignment (in comment) + solution
- `7kyu/`
- `example.py` – Assignment (in comment) + solution
- `...` (More kyu levels)
- `README.md` – This file## 📄 License
This project is licensed under the MIT License (see LICENSE). Feel free to use, modify, and distribute!