Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get a list of all variables in memory python

# Use the magic function %who to show all local user defined variables
%who
# Use %whos to show details
%whos
 
PREVIOUS NEXT
Tagged: #list #variables #memory #python
ADD COMMENT
Topic
Name
5+6 =