I am new to data structures in python and was wondering how do you simulate a thing like pointers in python so that multiple structures can refer and manage the same piece of da
But that is messing with more than just data structures.
Remember that Python manages memory for you (in most of the cases, pretty well), so you don't have to worry of cleaning after yourself.