Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83989 > unrolled thread

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

Started byJo Barton <quaker2012@gmail.com>
First post2015-01-18 08:45 -0800
Last post2015-01-18 17:05 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  How to use Pycharm to display the stack and heap python? Jo Barton <quaker2012@gmail.com> - 2015-01-18 08:45 -0800
    Re: How to use Pycharm to display the stack and heap python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-18 17:05 +0000

#83989 — How to use Pycharm to display the stack and heap python?

FromJo Barton <quaker2012@gmail.com>
Date2015-01-18 08:45 -0800
SubjectHow to use Pycharm to display the stack and heap python?
Message-ID<676362c0-72bd-4249-83ea-80b91f3f3bf6@googlegroups.com>
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?

[toc] | [next] | [standalone]


#83990

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-01-18 17:05 +0000
Message-ID<mailman.17836.1421600733.18130.python-list@python.org>
In reply to#83989
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web