realpython / python-guide

Python best practices guidebook, written for humans.
https://docs.python-guide.org
Other
28.27k stars 5.82k forks source link

Add a section on Errors and Exceptions #705

Open feluxe opened 8 years ago

feluxe commented 8 years ago

Is there really no section on 'Errors and Exceptions' or did I just not find it?

sigmavirus24 commented 8 years ago

What were you expecting to see there?

feluxe commented 8 years ago

Just a basic overview on how to do it.

kennethreitz commented 8 years ago

This would be great!

kennethreitz commented 8 years ago

@feluxe that list is fantastic — I'm not sure that I've ever seen it before. Agreed 1000% that should be linked to.

ketakee commented 7 years ago

Jumping in a little bit late but has the section in question been added or is it yet to be done? If not, I would love to help!

kennethreitz commented 7 years ago

@ketakee It has not!

moreKEYTAR commented 6 years ago

@kennethreitz I am going to do this now.

Looking at putting this link with some explainer context on the Structure page, after Mutable and Immutable Types.

Secondly, adding this from Python for Beginners on Errors and Exceptions in the Learning Python Beginners section, as a reference.

Does this sound like an actionable solution?