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 new template strings, or t-strings, give you a much more powerful way to format data than the old-fashioned f-strings.