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: 9 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T20:20:24.000Z (about 2 months ago)
- Last Synced: 2025-05-30T17:55:11.736Z (about 1 month ago)
- Topics: coding-katas, hack-evening, python
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Katas Python


[](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[](https://sonarcloud.io/summary/new_code?id=eliflores_coding-katas-python)
[](LICENSE)
[](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).