Add content to exceptions node in Python (#6329)

* Update exceptions@fNTb9y3zs1HPYclAmu_Wv.md

* Update src/data/roadmaps/python/content/exceptions@fNTb9y3zs1HPYclAmu_Wv.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6303/head^2
Zehra 4 months ago committed by GitHub
parent 30957922b1
commit 90df0a3a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/data/roadmaps/python/content/exceptions@fNTb9y3zs1HPYclAmu_Wv.md

@ -1 +1,6 @@
# Exceptions
# Exceptions
Python exceptions are events that occur during the execution of a program and disrupt the normal flow of the program's instructions. When an exception is raised, it indicates that an error has occurred. Python provides a way to handle these exceptions using try-except blocks, allowing developers to manage errors gracefully and ensure the program can continue or exit smoothly.
- [@official@Exceptions Documentation](https://docs.python.org/3/tutorial/errors.html#exceptions)
- [@video@Exception Handling in Python](https://www.youtube.com/watch?v=V_NXT2-QIlE)

Loading…
Cancel
Save