cs-tech-primer

Computer Science tech primer for the University of Manitoba.

View on GitHub

How to lint

Prerequisite: pycodestyle style checker. Install with pip install pycodestyle. The style guide can be found here.

You may need to add the bin folder where pip installs files to to your PATH.

make style to run it.