roberto wrote: > hello, > i'd like to ask if there is anything in python which helps to see what > variables have been defined and their type and their dimension etc; > > if any of you has ever used Matlab, i mean something really similar to > its workspace, where all the user created variables are stored and > constantly updated > > thank you
You can use pdb (python debugger) module; and if you're using IDLE the Debugger Window will keep track and show variables. Personally, I usually simply sprawl print here and there. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor