- Notifications
You must be signed in to change notification settings - Fork4
🧪 The same series of short and repeatable programming challenges done in PHP, but this time in Python.
License
Thavarshan/python-code-katas
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
If martial artists use kata as a method for exercise and practice, what might be the equivalent for coders like us? Coding katas are short, repeatable programming challenges which are meant to exercise everything from your focus, to your workflow.
This was already done in PHPUnit which you can findhere, so this time I'm doing it in Python.
- Prime Factors
- Roman Numerals
- Bowling Game
- String Calculator
- Tennis Match
- FizzBuzz
- The Gilded Rose
To run this project, you must have Python 3.6 or higher installed.
Begin by cloning this repository to your machine, and installing all dependencies dependencies.
git clone git@github.com:Thavarshan/python-code-katas.git katascd katas&& pip install -r requirements.txt
Just run Python unit test in the project root.
cd kataspython -m venv ./venvsource ./venv/bin/activatepython -m unittest discover tests -p'*_test.py'
About
🧪 The same series of short and repeatable programming challenges done in PHP, but this time in Python.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.