astaruch / PV248-school-python-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python exercises (university course)

Our lector's instructions: "Worse is Better":

  • simplicity: implementation first
  • correctness: simplicity goes first
  • consistency: less important than both
  • completeness: least important

So assignements are not refactored enough to look pretty, or explain themselves. They should just work as they are for given sample input.

Installing packages:

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt

About


Languages

Language:Python 94.5%Language:Shell 5.5%