Skip to content

Latest commit

 

History

History
131 lines (100 loc) · 7.11 KB

File metadata and controls

131 lines (100 loc) · 7.11 KB

Common Python Errors

This is a small collection of Python errors I've encountered while learning.
I'm saving minimal examples and fixes as I go.

Each folder contains:

  • reproduce.py
  • fix.py
  • README explanation

Common Questions


Error Archive

NameError

UnboundLocalError

TypeError

IndexError

AttributeError

ImportError

ModuleNotFoundError

OS / File Errors

FileExistsError

JSON Errors

UnicodeDecodeError

Pandas Errors

SyntaxError

IndentationError

KeyError

ValueError

RecursionError

ZeroDivisionError


More error cases will be added as I encounter them while learning Python.


Related Mini Projects