Open
Description
One important aspect of Python that isn't discussed in PLYMI is Python's exceptions, what causes them, and how to create your own. I feel like an additional section in the Odds And Ends Module would be appropriate, discussing
- The different types of exceptions and what they mean
- Assert statements and how to use them
- Raise statements and how to use them
- Creating a new exception with Python's Exception object
I'd love to write up this section for the site. Is this something that you guys find appropriate? @rsokl @davidmascharka