Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Handling Errors and Exceptions - English

18754 visits



Outline:

Errors in Python Syntax errors and exception Exceptions with example Syntax error with example Demonstration of ValueError exception Demonstration of ZeroDivisionError exception try except clause in Python What is debugging? Using %debug for debugging in ipython try except with else clause