Introduction to Python Programming: Errors

Introduction to Python Programming: Errors

Learn to read, write, and solve real-life problems with Python.

rate limit

Code not recognized.

About this course

Python errors, or exceptions, are problems that occur during the code execution, preventing the normal flow of the Python program. When an error occurs, Python raises an exception, which is a special object that contains information about the error. Python errors are mechanisms that help you identify and handle unexpected issues in your code, allowing you to write more robust and reliable programs. We will cover common errors such as invalid input, incorrect syntax, logical mistakes, and unexpected external conditions.

This course is part of the ten course series in the Introduction to Python Programming learning path.

Curriculum00:20:29

  • Course Preparation
  • How to Use Anaconda Notebooks
  • Setup Instructions
  • Errors
  • Errors: Common errors, try, try/except/pass 00:09:55
  • Errors: Raise and warnings 00:03:55
  • Errors: Converting warnings and catch_warnings + Challenge 00:06:39

About this course

Python errors, or exceptions, are problems that occur during the code execution, preventing the normal flow of the Python program. When an error occurs, Python raises an exception, which is a special object that contains information about the error. Python errors are mechanisms that help you identify and handle unexpected issues in your code, allowing you to write more robust and reliable programs. We will cover common errors such as invalid input, incorrect syntax, logical mistakes, and unexpected external conditions.

This course is part of the ten course series in the Introduction to Python Programming learning path.

Curriculum00:20:29

  • Course Preparation
  • How to Use Anaconda Notebooks
  • Setup Instructions
  • Errors
  • Errors: Common errors, try, try/except/pass 00:09:55
  • Errors: Raise and warnings 00:03:55
  • Errors: Converting warnings and catch_warnings + Challenge 00:06:39