I remember seeing PyCharm and RStudio having a way of showing what data/modules/functions are in the current interactive session.
E.g. when you do a = [1, 2, 3], there will be a small part of the window giving information on the object a.
Is there any way we can have something similar in Emacs (perhaps making use of the python inspect module)?