Reading List

Python TIL: the type base class. from Ru Singh RSS feed.

Python TIL: the type base class.

From Python 3 onwards, every class by default is an instance of the type class. Some more playing around if that’s your thing: I discovered this while reading through a Django snippet and re-writing some Python 2 code into Python 3. Who knew reading code helps you learn?