Please check Codewars kata solved YouTube playlist for additional reference
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.
Please run following script from the root directory of a project:
python kata/<level-rank>/<task-name>.py
To be able to run unittests please execute command below:
python -m xdoctest kata
Author – Volodymyr Yahello vyahello@gmail.com
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependencies