In my Python 2.7 interpreter, the same whos
command that exists in MATLAB exists in Python. It shows the same details as the MATLAB analog (variable name, type, and value/data).
Note that in the Python interpreter, whos
lists all variables in the "interactive namespace".