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


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

Re: refresing the edited python function

Started byDave Angel <davea@davea.name>
First post2013-08-19 11:15 +0000
Last post2013-08-21 12:41 -0400
Articles 2 — 2 participants

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: refresing the edited python function Dave Angel <davea@davea.name> - 2013-08-19 11:15 +0000
    Re: refresing the edited python function Piet van Oostrum <piet@vanoostrum.org> - 2013-08-21 12:41 -0400

#52685 — Re: refresing the edited python function

FromDave Angel <davea@davea.name>
Date2013-08-19 11:15 +0000
SubjectRe: refresing the edited python function
Message-ID<mailman.24.1376910967.19984.python-list@python.org>
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 console is a nightmare... Hope one day some solution will be evolved.
> with best regards,
> Sudheer
>

Please don't top-post, and please use text messages, rather than html
mail, when posting on this list.

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 an IDE functionality,
and never restart Komodo, over hours of work.



-- 
DaveA

[toc] | [next] | [standalone]


#52773

FromPiet van Oostrum <piet@vanoostrum.org>
Date2013-08-21 12:41 -0400
Message-ID<m2a9kbt2qw.fsf@cochabamba.vanoostrum.org>
In reply to#52685
Dave Angel <davea@davea.name> 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 an IDE functionality,
> and never restart Komodo, over hours of work.
>
IPython's IDE just works the way alex23 described. 
-- 
Piet van Oostrum <piet@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

[toc] | [prev] | [standalone]


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


csiph-web