Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliflores/coding-katas-python

Coding Katas written in Python πŸ’›
https://github.com/eliflores/coding-katas-python

coding-katas hack-evening python

Last synced: about 2 months ago
JSON representation

Coding Katas written in Python πŸ’›

Awesome Lists containing this project

README

        

# Coding Katas Python

![Lint](https://github.com/eliflores/coding-katas-python/workflows/Lint/badge.svg)
![Test](https://github.com/eliflores/coding-katas-python/workflows/Test/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=eliflores_coding-katas-python&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=eliflores_coding-katas-python&metric=coverage)](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=eliflores_coding-katas-python&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

Python solutions for Katas from
* [Codewars](https://www.codewars.com/) :blue_heart: :yellow_heart:
* [CodingGame](https://www.codingame.com/) :blue_heart: :yellow_heart:
* [cyber‑dojo](https://cyber-dojo.org/) :blue_heart: :yellow_heart:
* [Coderbyte](https://coderbyte.com/) :blue_heart: :yellow_heart:
* Others found in the wild :blue_heart: :yellow_heart:

## How to work with this repository

1. Clone the repository
2. Install [`pipenv`](https://pipenv.pypa.io/en/latest/)
3. Run: `pipenv shell`
4. Run: `pipenv install --dev`
5. Write your code, write the tests, and have fun!

For other the available commands to run with `pipenv`, see the [Pipfile](Pipfile).