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
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
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
- 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
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
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
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
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
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
- 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
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
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:
>
>&
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
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
14 matches
Mail list logo