Skip to content

Instantly share code, notes, and snippets.

@SahbiOuali13
Last active September 6, 2020 10:23
Show Gist options
  • Save SahbiOuali13/6a1ac8e5eb0fa39222b347f2ced97342 to your computer and use it in GitHub Desktop.
Save SahbiOuali13/6a1ac8e5eb0fa39222b347f2ced97342 to your computer and use it in GitHub Desktop.
Most common error types in Python.
SyntaxErrors: Maj / Min errors, usage of reserved words
NameErrors : usage of undefined variable, etc.
TypeErrors : When you try to perform a function that doesn't take the right type of variable
SemanticErrors: The script doesn't return the wished result. Usage of debugger is adviced in order to comprehend programmer logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment