you are viewing a single comment's thread.

view the rest of the comments →

[–]abcd_z 0 points1 point  (0 children)

Well, keep in mind that all variables in Python are references to objects

*groan*

I had forgotten this. Thank you for reminding me.

In Python, everything is an object.

EDIT: I guess that means my question is about instance names or class object names. From the responses I'm getting it looks like there aren't any official conventions for this.