Exception Handling in Python
In this chapter, you will learn one of the most important concepts in programming which is Exception Handling. Exception Handling is the key if you want to develop solid and unbreakable programs. Exception Handling is the process of responding to exceptions which breaks program.
Syllabus
4 chapters16 lessonsIntroduction to Exceptions
2 lessons- 01What is Exception ?
- 02Exception vs Error
Exception Handling
7 lessons- 01try-except
- 02else
- 03Finally
- 04Printing Exception message
- 05Printing Exception Name
- 06Handling Multiple Exceptions
- 07sys module for information
User-defined Exceptions
6 lessons- 01Types of Exceptions
- 02Raising an Exception
- 03User Defined Exception
- 04Exception Handling Exercise- 1
- 05Exception Handling Example-2
- 06Exception Handling Example-3
Customization/best practices
1 lesson- 01Customize Tracebacks
More like this
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Dictionary in Python
Explore the dynamic world of Python dictionaries, from fundamental concepts to advanced applications, and enhance your Python programming skills with hands-on exercises.
- 14
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
Sets in Python
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
- 11
Into the Past || Complete Beginner for Python Strings
In this course you will be learning about strings, slicing, concatenation and equivalency
- 19