[Tutor] Syntax for Simplest Way to Execute One Python Program Over 1000's of Datasets

2011-06-09 Thread B G
I'm trying to analyze thousands of different cancer datasets and run the same python program on them. I use Windows XP, Python 2.7 and the IDLE interpreter. I already have the input files in a directory and I want to learn the syntax for the quickest way to execute the program over all these data

Re: [Tutor] Syntax for Simplest Way to Execute One Python Program Over 1000's of Datasets

2011-06-09 Thread B G
rks and has already saved me a lot of aggravation... On Thu, Jun 9, 2011 at 4:07 PM, Walter Prins wrote: > > > On 9 June 2011 20:49, B G wrote: > >> I'm trying to analyze thousands of different cancer datasets and run the >> same python program on them. I use

[Tutor] Program to Predict Chemical Properties and Reactions

2011-07-16 Thread B G
I was just wondering how feasible it would be to build something like the following: Brief background, in chemistry, the ionization energy is defined as the energy required to remove an electron from an atom. The ionization energies of different elements follow general trends (ie moving left to ri

Re: [Tutor] Program to Predict Chemical Properties and Reactions

2011-07-16 Thread B G
Thanks, Emile-- although I'm not sure I was completely clear about my objective. What I really meant is that is there a way (via machine learning) to give the computer a list of rules and exceptions, and then have it predict based on these rules the ionization energy. Ultimately I'm pretty interest