In python some classes are starting from small letters like list, filter, str and some are starting with capital letters like KeyError, OptionParser, etc.
Is there any difference between these classes.
In python some classes are starting from small letters like list, filter, str and some are starting with capital letters like KeyError, OptionParser, etc.
Is there any difference between these classes.