How to use Pycharm to display the stack and heap python?

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Jan 18 12:05:14 EST 2015


On 18/01/2015 16:45, Jo Barton wrote:
> I am new to programming. Difficult for me to understand code using http://www.pythontutor.com/visualize.html#. How to use Pycharm to display the stack and heap python?
>

Hello and welcome :)

As you are new to programming please abandon all thoughts of looking at 
the stack and heap with Pycharm or any other tool.  Instead concentrate 
on writing code that can be easily tested at the interactive prompt.  As 
a beginner you might also be more comfortable on the tutor mailing list 
https://mail.python.org/mailman/listinfo/tutor

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list