Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 857 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 857 Bytes

PY404 Python for Test Engineers Exercises

Folders

Data

Example data files for the File I/O and Data Analysis chapters.

Demonstrations

Example Python code shown on the slides, organised by chapter.

Solustions

Example solutions to the exercises.

Third party modules

Data analysis

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

Testing

$ pip3 install --user pylint 
$ pip3 install --user mypy
$ pip3 install --user coverage
$ pip3 install --user pyhamcrest

Low Level and other libraries

$ pip install --user requests
$ pip install --user pyserial

Optional notebook development

NB. Jupyter includes iPython.

$ pip3 install --user jupyter