Where is "except" explained in computer sci career path?

Hi Folks!
is anyone doing computer sci career path? i wanna know where is "except " concept explained exactly. i’m not sure if i passed it and just don’t remember, or just didn’t come across it. please drop me a text either here or on the chat. thank you!

Don’t know where it is in the curriculum but a great source of truth is often the documentation: 8. Errors and Exceptions — Python 3.12.0 documentation

And for programming/cs topics wikipedia is pretty legit most of the time: (non python specific) Exception handling - Wikipedia

1 Like

ty for the reply, will check it out!