csiro-data-school / python

Lesson webpage:
https://csiro-data-school.github.io/python
Other
3 stars 6 forks source link

Understanding errors content #62

Closed KerensaMcElroy closed 4 years ago

KerensaMcElroy commented 4 years ago

Content can be found here:

https://csiro-data-school.github.io/python/11-errors/index.html (already in the introductory lesson)

and:

https://csiro-data-school.github.io/python-adv/03-documentation/index.html

and here:

https://csiro-data-school.github.io/python-adv/05-exceptions/index.html (the handling of errors, and raising exceptions content in this episode is out of scope for a beginner course)

jaredraynes commented 4 years ago

Have merged errors and exceptions from python-adv to python (introduction). Have not included the documentation part yet