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

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.

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!