Re: [Tutor] from command prompt use interactive python and running script together

2014-02-21 Thread Steven D'Aprano
On Fri, Feb 21, 2014 at 09:20:15AM -0500, Gabriele Brambilla wrote: > Hi, > > Is possible on python to running scripts from the command prompt (I'm using > python on windows) and in the end saving all the variables and continue the > analysis in the interactive mode? (the one that you activate typ

Re: [Tutor] from command prompt use interactive python and running script together

2014-02-21 Thread eryksun
On Fri, Feb 21, 2014 at 9:20 AM, Gabriele Brambilla wrote: > > Is possible on python to running scripts from the command prompt (I'm using > python on windows) and in the end saving all the variables and continue the > analysis in the interactive mode? (the one that you activate typing python > in

Re: [Tutor] from command prompt use interactive python and running script together

2014-02-21 Thread Chris “Kwpolska” Warrick
On Fri, Feb 21, 2014 at 3:20 PM, Gabriele Brambilla wrote: > Hi, > > Is possible on python to running scripts from the command prompt (I'm using > python on windows) and in the end saving all the variables and continue the > analysis in the interactive mode? (the one that you activate typing pytho

Re: [Tutor] from command prompt use interactive python and running script together

2014-02-21 Thread David Palao
2014-02-21 15:20 GMT+01:00 Gabriele Brambilla : > Hi, > > Is possible on python to running scripts from the command prompt (I'm using > python on windows) and in the end saving all the variables and continue the > analysis in the interactive mode? (the one that you activate typing python > in the c