/upgrade-python-kata

⚔️ Reference for python codewars tasks solutions

Primary LanguagePythonMIT LicenseMIT

Screenshot

made-with-python Code style: black License Build Status

My Codewarrior Profile Badge

Please check Codewars kata solved YouTube playlist for additional reference

Upgrade your python kata

This project is aimed to provide solutions for codewars tasks followed by kata approach. You can use it as a troubleshooting case if you stuck with some exercises to accomplish.

Tools

Usage

Please run following script from the root directory of a project:

python kata/<level-rank>/<task-name>.py

Development notes

To be able to run unittests please execute command below:

python -m xdoctest kata

Meta

Author – Volodymyr Yahello vyahello@gmail.com

Distributed under the MIT license. See LICENSE for more information.

You can reach out me at:

Contributing

  1. clone the repository
  2. configure Git for the first time after cloning with your name and email
  3. pip install -r requirements.txt to install all project dependencies