issues
search
kathrinschuler
/
slide-python-intro-level2
Follow up course of "Introduction to Python", taking automation to the next level
https://kathrinschuler.github.io/slide-python-intro-level2
MIT License
1
stars
6
forks
source link
Lesson 4: Solve your own problems
#8
Open
nkeating5
opened
5 years ago
nkeating5
commented
5 years ago
Review exceptions
How to handle exceptions (Try catch) (maybe review blocks of code quickly)
Print statements to help with debug, see your variables -> talk about logging
How to read/interpret a exception and find your problem (Syntax, End of Line exception, Indentation, IndexError,…)
Raising exceptions -> Is this needed??
EXERCISE: Try to fix something that is not working