Полезные материалы по всему, что может быть полезно питонисту.
Like many languages, Python has a "null value", which it calls None. By default, any Python variable can have the value None at any moment in time, and the only way to know whether something is currently None is to manually inspect it, like this: