Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 412 Bytes

File metadata and controls

21 lines (11 loc) · 412 Bytes

Python Kata Starter

A minimal Python starter for coding katas: clone it, run the tests, start coding.

Prerequisites

Python 3.10 or newer.

Getting started

pip install -r requirements.txt — in a virtual environment if you prefer.

Run the tests

pytest

Run the app

python main.py

Any IDE with Python support, such as PyCharm or VS Code, can open the folder and run the test directly.