Python 3
91 results found
MySQL error authentication plugin 'caching_sha2_password' is not supported in Python
MySQL Python connector throw mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported.
TypeError: unsupported operand type(s) for +: 'dict_keys' and 'list' in Python
I got an exception throw TypeError: unsupported operand type(s) for +: 'dict_keys' and 'list' in Python when I working with dictionary.
Throw typeerror: 'float' object is not iterable in Python
Hello, I got an exception throw typeerror: 'float' object is not iterable in Python 3.8.2 when I was trying to get number input from user and loop it.
TabError: inconsistent use of tabs and spaces in indentation in Python
Exception throw TabError: inconsistent use of tabs and spaces in indentation in Python 3.8.2 when I try code some line of code to check odd & even number.
Throw typeerror: 'tuple' object is not callable in Python
I get an exception throw Throw typeerror: 'tuple' object is not callable in Python 3.8.2 when I was trying to print out a tuple.
TypeError: 'type' object is not subscriptable in Python 3.x
I get an exception throw TypeError: 'type' object is not subscriptable in Python 3.8.2 when I was trying to create an object and access property of it.
TypeError: unsupported operand type(s) for &: 'int' and 'float' in Python
My code throw an exception TypeError: unsupported operand type(s) for &: 'int' and 'float' in Python when I using if condition to help check variable.
TypeError: can't multiply sequence by non-int of type 'bytes' in Python
My app throw an exception throw TypeError: can't multiply sequence by non-int of type 'bytes' in Python 3.x when I was trying to con
Exception typeerror: can't concat int to bytes in Python
My code throw an exception typeerror: can't concat int to bytes in Python 3.x when I was trying to concat some bytes with integer input from user.
Throw typeerror: can't concat float to bytes in Python 3.x
My code throw an exception Throw typeerror: can't concat float to bytes in Python 3.8.2 when I was trying to concat bytes with float data type.
TypeError: can only concatenate str (not "bytes") to str in Python
I get an exception throw TypeError: can only concatenate str (not "bytes") to str in Python 3.x when I was trying to concat some bytes datatype.
Throw ZeroDivisionError: division by zero in Python 3.x
I get an exception throw ZeroDivisionError: division by zero in Python 3.x when I was trying to get value from input console and calculate them.
Throw TypeError: 'int' object is not iterable in Python
I get an exception throw TypeError: 'int' object is not iterable in Python 3.8.2 when I try to loop and search character from a string.
TypeError: unsupported operand type(s) for +: 'int' and 'str' in Python
I get an exception throw TypeError: unsupported operand type(s) for +: 'int' and 'str' in Python when I try to remove item from an array and print out it.
AttributeError: module 'urllib' has no attribute 'urlopen' in Python
I get an exception throw AttributeError: module 'urllib' has no attribute 'urlopen' in Python 3.8.2 when I try to get data html from the some website.