2021-10-07 ---------- Whose Fault It Is ................. .. image:: ../../EC1/Bullshit-Bingo-G2.jpg :scale: 10% Topics ...... * Org stuff * `Moodle `__ * Project plan (see github repo) * Grading system: show `manager's sheet `__ * Project structure * `Github `__ (same as in :doc:`last semester <../../EC1/index>`) * Briefly discuss the Why * OO introduction. Live-hack a thermometer that reads from a file * Sketch of task *Program: Read Sensors, Write to stdout* (`here `__) * Omit commandline parsing and config file. Hardcode interval and thermometer list. * Try to instantiate ``Thermometer``. * *Abstract base class*. ``Thermometer`` discussion. * ``FileThermometer`` (`here `__ * *Constructor* * *Member* (= attribute, property) * *Method*