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

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.

Awesome Lists containing this project

README

        

# Python katas

![](https://www.codewars.com/users/besterboris/badges/micro)

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
```