AaronRobson / PyFizzBuzz

http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyFizzBuzz

Build Status CircleCI Coverage Status

Getting Started

https://blog.codinghorror.com/why-cant-programmers-program/

Install dependencies

Install python3 including pip3.

Run

make run

or:

python3 fizzbuzz

Run dev checks

Install Dev dependencies

pip3 install flake8 pep8-naming

Lint and Type Check

make check

Unittest

make test

Run all

make

About

http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html

License:GNU General Public License v3.0


Languages

Language:Python 83.1%Language:Makefile 16.9%