Jan 3, 2023
Aren´t all variables in python actually references to objects that contain also some housekeeping stuff (eg reference count) and, depending on the type, may themselves contain not the actual value but a list of pointers to... etc...
So what does your pointer actually point to?
As to practical use... you came up with this pointer thingy, so logically it is up to you to show how it can be of practical use