Skip to content

feabhas/py404_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages