Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 738 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 738 Bytes

Coin Changer Kata in Python

An example of the coin changer kata in Python. For use in the Queer Code London session on 20th May 2017.

Setup

If you're following along at home:

Mac

brew install python3
pip3 install pytest-watch

Ubuntu

sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip3 install pytest-watch

Credits

Session by @dirv, code by @dirv and @andreamazza89.

Questions, comments, pull requests

This repository is not being actively maintained. For all feedback please contact @dirv.