A minimal Python starter for coding katas: clone it, run the tests, start coding.
Python 3.10 or newer.
pip install -r requirements.txt — in a virtual environment if you prefer.
pytest
python main.py
Any IDE with Python support, such as PyCharm or VS Code, can open the folder and run the test directly.