Example data files for the File I/O and Data Analysis chapters.
Example Python code shown on the slides, organised by chapter.
Example solutions to the exercises.
Dropped installation of scipy as not used in the course.
$ pip3 install --user numpy
$ pip3 install --user matplotlib
$ pip3 install --user pandas
$ pip3 install --user pillow
$ pip3 install --user pylint
$ pip3 install --user mypy
$ pip3 install --user coverage
$ pip3 install --user pyhamcrest
$ pip install --user requests
$ pip install --user pyserial
NB. Jupyter includes iPython.
$ pip3 install --user jupyter