https://github.com/borisskert/python-katas
This repo contains my solutions for some Python katas submitted in Codewars.
https://github.com/borisskert/python-katas
codewars codewars-katas codewars-python codewars-solutions python
Last synced: 3 months ago
JSON representation
This repo contains my solutions for some Python katas submitted in Codewars.
- Host: GitHub
- URL: https://github.com/borisskert/python-katas
- Owner: borisskert
- License: mit
- Created: 2022-04-09T14:55:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:48:02.000Z (about 1 year ago)
- Last Synced: 2024-05-28T15:49:37.286Z (about 1 year ago)
- Topics: codewars, codewars-katas, codewars-python, codewars-solutions, python
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python katas

This repo contains my solutions for some Python katas submitted in [Codewars](https://www.codewars.com).
## Prerequisites
You need to install the [Python 3.11](https://www.python.org/) for your OS to build this project and run its tests.
## Install dependencies
```shell
pip install -r requirements.txt
```## Run tests
```shell
python run_tests.py
```