News

Python’s implementation of object orientation does have a few quirks. For example, if you create a class variable, it can be read from a subclass without specifying scope like you’d expect.
Python’s other language features are meant to complement common use cases. Most modern object types—Unicode strings, for example—are built directly into the language.