Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-23 Thread Jean-Michel Pichavant
- Original Message - > Am 18.12.13 21:17, schrieb Jean Dubois: > > I have a python-program which I want to perform its task first, > > then > > switch to > > the python console to experiment with further commands, using what > > was > > already > > defined in the python-program. > > Excell

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Mark Lawrence
On 19/12/2013 07:24, Christian Gollwitzer wrote: Am 18.12.13 21:17, schrieb Jean Dubois: I have a python-program which I want to perform its task first, then switch to the python console to experiment with further commands, using what was already defined in the python-program. Excellent way to

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Christian Gollwitzer
Am 18.12.13 21:17, schrieb Jean Dubois: I have a python-program which I want to perform its task first, then switch to the python console to experiment with further commands, using what was already defined in the python-program. Excellent way to use/debug a scripting langugage. Use ipython, and

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Jean Dubois
Op woensdag 18 december 2013 21:28:05 UTC+1 schreef Jerry Hill: > On Wed, Dec 18, 2013 at 3:17 PM, Jean Dubois wrote: > > I have a python-program which I want to perform its task first, then > > switch to > > the python console to experiment with further commands, using what was > > already > > de

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Terry Reedy
On 12/18/2013 3:28 PM, Jerry Hill wrote: On Wed, Dec 18, 2013 at 3:17 PM, Jean Dubois wrote: I have a python-program which I want to perform its task first, then switch to the python console to experiment with further commands, using what was already defined in the python-program. I want this a

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Mark Lawrence
On 18/12/2013 20:17, Jean Dubois wrote: I have a python-program which I want to perform its task first, then switch to the python console to experiment with further commands, using what was already defined in the python-program. I want this as an alternative for what I do now (but which is not ve

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Joel Goldstick
On Wed, Dec 18, 2013 at 3:28 PM, Jerry Hill wrote: > On Wed, Dec 18, 2013 at 3:17 PM, Jean Dubois > wrote: > > I have a python-program which I want to perform its task first, then > > switch to > > the python console to experiment with further commands, using what was > > already > > defined in

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Jerry Hill
On Wed, Dec 18, 2013 at 3:17 PM, Jean Dubois wrote: > I have a python-program which I want to perform its task first, then > switch to > the python console to experiment with further commands, using what was > already > defined in the python-program. > I want this as an alternative for what I do n

Re: how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Joel Goldstick
On Wed, Dec 18, 2013 at 3:17 PM, Jean Dubois wrote: > I have a python-program which I want to perform its task first, then > switch to > the python console to experiment with further commands, using what was > already > defined in the python-program. > I want this as an alternative for what I do n

how to develop code using a mix of an existing python-program and console-commands

2013-12-18 Thread Jean Dubois
I have a python-program which I want to perform its task first, then switch to the python console to experiment with further commands, using what was already defined in the python-program. I want this as an alternative for what I do now (but which is not very efficient): I start the python-console