It's not called null as in other languages, but None. There is always only one instance of this object, so you can check for equivalence with x is None (identity comparison) instead of x == None, if you want.
You can use the following video tutorials to clear all your doubts:-
Be a Python Expert. Enroll in Python Programming Course by Intellipaat