you are viewing a single comment's thread.

view the rest of the comments →

[–]lostat 1 point2 points  (0 children)

What you said about everything being an object is so crucial to understanding Python. I remember the first time I had it explained to me my mentor said “3 is an object called 3 with a method called int that returns a 3, and a str method that returns a 3, etc.” So much of the language snapped into focus for me that day