Re: [Tutor] creating interactive program with python

2009-05-29 Thread Skipper Seabold
On Thu, May 28, 2009 at 7:43 PM, Andre Walker-Loud wrote: > Hi All, > > I am thinking of creating a data analysis suite with python, and I want it > to be interactive - ie the program asks the user (me) for input, like which > data file to use, how many parameters to minimize, etc.  There are a fe

Re: [Tutor] creating interactive program with python

2009-05-29 Thread Kent Johnson
On Thu, May 28, 2009 at 8:43 PM, Andre Walker-Loud wrote: > Hi All, > > I am thinking of creating a data analysis suite with python, and I want it > to be interactive - ie the program asks the user (me) for input, like which > data file to use, how many parameters to minimize, etc.  There are a fe

Re: [Tutor] creating interactive program with python

2009-05-28 Thread Andre Walker-Loud
Hi Alan, 1) I am trying to trying to figure out how I would set up an interactive python script, however, I am having trouble googling this, since a search for "interactive python" just returns instructions on how to type "python" in a terminal to get an "interactive" session Che

Re: [Tutor] creating interactive program with python

2009-05-28 Thread Alan Gauld
"Andre Walker-Loud" wrote 1) I am trying to trying to figure out how I would set up an interactive python script, however, I am having trouble googling this, since a search for "interactive python" just returns instructions on how to type "python" in a terminal to get an "interactive" sess

[Tutor] creating interactive program with python

2009-05-28 Thread Andre Walker-Loud
Hi All, I am thinking of creating a data analysis suite with python, and I want it to be interactive - ie the program asks the user (me) for input, like which data file to use, how many parameters to minimize, etc. There are a few features I want it to have, like graphing, both the initi