if x is not None: and if x != None:
Without any context, which one should be preferred? IMHO, the latter is more readable. -- https://mail.python.org/mailman/listinfo/python-list
if x is not None: and if x != None:
Without any context, which one should be preferred? IMHO, the latter is more readable. -- https://mail.python.org/mailman/listinfo/python-list