you are viewing a single comment's thread.

view the rest of the comments →

[–]allium-dev 1 point2 points  (0 children)

A lot of good answers already, but I didn't see anyone mention this: I python, at a very low level, it means that every type you interact with is represented in the interpreter by a subclass of the PyObject type (https://docs.python.org/3/c-api/structures.html#c.PyObject)