Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52685
| From | Dave Angel <davea@davea.name> |
|---|---|
| Subject | Re: refresing the edited python function |
| Date | 2013-08-19 11:15 +0000 |
| References | <1376873736.85790.YahooMailNeo@web193402.mail.sg3.yahoo.com> <87haemjj92.fsf@handshake.de> <1376897267.58372.YahooMailNeo@web193402.mail.sg3.yahoo.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.24.1376910967.19984.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web