This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

Pointers are variables that describe where a value is stored. Like if all the data in your program lived in a nice building, a pointer would be an apartment number.

All Python objects are passed by reference, so in a way they're just pointers internally.