dtjv / py-csc

Programming fundamentals in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-csc

Programming fundamentals in Python.

Prerequisites

Install the following.

Create a virtual environment for this project.

$ pyenv virtualenv 3.9.1 csc

Install

$ git clone https://github.com/dtjv/py-csc.git
$ cd py-csc
$ pyenv local csc
(csc) $ make
(csc) $ make precommit

Run Tests

$ make test

Author

License

MIT License.

About

Programming fundamentals in Python.

License:MIT License


Languages

Language:Python 99.0%Language:Makefile 1.0%