<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
</div>Hi,<br>
I'm also begginer in python;<br>
i did few basic programs about graph etc..<br>
<br>
my question is : what benefit is using interactive intrepreter ?<br>
<br>
</blockquote></div><br><br clear="all">the IDLE interractive python IDE is best comparing to any other most
advanced IDE available in world. Really, if you are learning the python
at any level, go for IDLE. <br>

<br>

What you do, you write every step of statements and that is executed as
soon as you finish the block. So you have chance to understand the
things step by step. Just like learning by debugging.. <br>

<br>

Try it self, no one's review can satisfy you.<br>
<br>-- <br>-=Ravi=-<br>