Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Error handling

Illustrations of error handling.

What is it?

  1. simple.py: Python scripts that illustrates some ways ot handle errors.
  2. data.txt: data file to use as input.
  3. data_not_ok.txt: incorrect data file to use as input.
  4. warnings: illustrations of using the warnings module for error handling.