I would like to be able to get the name of a variable as a string but I don\'t know if Python has that much introspection capabilities. Something like:
>&
This is not possible in Python, which really doesn't have "variables". Python has names, and there can be more than one name for the same object.