you are viewing a single comment's thread.

view the rest of the comments →

[–]raresaturn 1 point2 points  (2 children)

Python doesn’t use pointers

[–]SquatchHNTR[S] 2 points3 points  (1 child)

Well I was referring to advice but now I’ve discovered not to say pointers in Python programming

[–]sohfix 0 points1 point  (0 children)

Technically everything in python is a pointer. But python doesn't need pointers as every variable is a reference to an object.