Re: refresing the edited python function

2013-08-21 Thread Chris Angelico
On Wed, Aug 21, 2013 at 4:26 PM, Sudheer Joseph wrote: > > > Thank you, > But I wish if there was a foolproof reload > with best regards, > Sudheer There isn't, any more than there's a foolproof way to prevent top-posting. Some languages are designed to handle code reload; others

Re: refresing the edited python function

2013-08-21 Thread Piet van Oostrum
Dave Angel writes: > > Seems to me your problem is with ipython's IDE, not with Python. Python > requires you to rerun your application when making most changes to code. > But it doesn't say anything about restarting a "console," whatever that > is in this context. I use Komodo IDE when i want

Re: refresing the edited python function

2013-08-21 Thread Sudheer Joseph
Thank you,     But I wish if there was a foolproof reload with best regards, Sudheer - Original Message - > From: Jean-Michel Pichavant > To: Sudheer Joseph > Cc: python-list@python.org > Sent: Tuesday, 20 August 2013 10:07 PM > Subject: Re: refresing th

Re: refresing the edited python function

2013-08-20 Thread Jean-Michel Pichavant
- Original Message - > Hi, > I have been using ipython and ipython with qtconsole and working on a > code with functions. Each time I make a modification in function > I have to quit IPTHON console (in both with and with out qt console ) > and reload the function freshly. If I need to s

RE: refresing the edited python function

2013-08-20 Thread Prasad, Ramit
alex23 > > On 19/08/2013 10:55 AM, Sudheer Joseph wrote: > > I have been using ipython and ipython with qtconsole and working on a > > code with functions. Each time I make a modification in function > > I have to quit IPTHON console (in both with and with out qt console ) > > and reload the funct

Re: refresing the edited python function

2013-08-20 Thread alex23
On 19/08/2013 10:55 AM, Sudheer Joseph wrote: I have been using ipython and ipython with qtconsole and working on a code with functions. Each time I make a modification in function I have to quit IPTHON console (in both with and with out qt console ) and reload the function freshly. If I need to

Re: refresing the edited python function

2013-08-19 Thread dieter
Sudheer Joseph writes: > ... > I wonder how the code developers work in this case > every time a function is modified one has to restart the console is a > nightmare... I use the "reload" approach a lot when developing isolated classes or functions and "plone.reload" for

Re: refresing the edited python function

2013-08-19 Thread Roy Smith
In article , Ben Finney wrote: > Developers use the interactive console for exploring, not developing. I am reminded of a (very strange) guy I went to school with. He linked /dev/tty to /dev/tty.c. That allowed him to run "cc /dev/tty.c" and type in the text of a C program to compile. -- h

Re: refresing the edited python function

2013-08-19 Thread Ben Finney
Sudheer Joseph writes: > I wonder how the code developers work in this case every time a > function is modified one has to restart the console is a nightmare... Developers use the interactive console for exploring, not developing. Use it to test, to confirm a suspicion about what a function cal

Re: refresing the edited python function

2013-08-19 Thread Sudheer Joseph
- Original Message - > From: Dave Angel > To: python-list@python.org > Cc: > Sent: Monday, 19 August 2013 4:45 PM > Subject: Re: refresing the edited python function > > Sudheer Joseph wrote: > >> Thank you Dieter, >> I never

Re: refresing the edited python function

2013-08-19 Thread Dave Angel
Sudheer Joseph wrote: > Thank you Dieter, > I never thought it will be so difficult task, All I was > thinking was that, I just do not know how it is done. I wonder how the code > developers work in this case every time a function is modified one has to > restart the consol

Re: refresing the edited python function

2013-08-19 Thread Sudheer Joseph
some solution will be evolved. with best regards, Sudheer > > From: dieter >To: python-list@python.org >Sent: Monday, 19 August 2013 11:48 AM >Subject: Re: refresing the edited python function > > >Sudheer Joseph writes: > >&

Re: refresing the edited python function

2013-08-18 Thread dieter
Sudheer Joseph writes: > I have been using ipython and ipython with qtconsole and working on a code > with functions. Each time I make a modification in function  > > I have to quit IPTHON console (in both with and with out qt console ) and > reload the function freshly. If I need to see the c

refresing the edited python function

2013-08-18 Thread Sudheer Joseph
Hi, I have been using ipython and ipython with qtconsole and working on a code with functions. Each time I make a modification in function  I have to quit IPTHON console (in both with and with out qt console ) and reload the function freshly. If I need to see the changed I made in the functi