Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 π
- Host: GitHub
- URL: https://github.com/eliflores/coding-katas-python
- Owner: eliflores
- License: mit
- Created: 2021-01-28T19:24:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:41:47.000Z (5 months ago)
- Last Synced: 2024-08-09T18:26:21.549Z (5 months ago)
- Topics: coding-katas, hack-evening, python
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).